RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Functions
cli.exceptions Namespace Reference

Functions

def format_error_message (Exception error)
 This module provides various helpers for dealing with exceptions in the client applications.
 

Function Documentation

◆ format_error_message()

def cli.exceptions.format_error_message ( Exception  error)

This module provides various helpers for dealing with exceptions in the client applications.

Prepares a text message for printing or logging that also lists all nested/chained exceptions if we are dealing with a nested/chained exception.