Detailed information about an exception that has occurred.

Fields

@:optionaloptionaltypeName:Null<String>

Short type name of the exception object.

@:optionaloptionalstackTrace:Null<String>

Stack trace at the time the exception was thrown.

@:optionaloptionalmessage:Null<String>

Message contained in the exception.

@:optionaloptionalinnerException:Null<Array<ExceptionDetails>>

Details of the exception contained by this exception, if any.

@:optionaloptionalfullTypeName:Null<String>

Fully-qualified type name of the exception object.

@:optionaloptionalevaluateName:Null<String>

Optional expression that can be evaluated in the current scope to obtain the exception object.