Error
Error: Type;
Methods
(None)
Properties
name
name: String;
The name of the error, for example, 'TypeError' or 'InvalidSyntaxError'
detail
detail: String;
More details about the error
traceback
traceback: Array[String];
An array of strings which are the name and location of function from which the error was generated.