Exception
The exception of the result.
Signature
export interface ExceptionProperties
4Methods
0No methods.
Properties
message: string;The message of the exception.
@type{string}
severity: Severity;The severity of the exception.
@type{Severity}
cause: string;The cause of the exception.
@type{string}
causeStackTrace: string;The cause stack trace of the exception.
@type{string}