DataProviderExceptionDetails interface
Properties
exception |
The type of the exception that was thrown. |
message | Message that is associated with the exception. |
stack |
The StackTrace from the exception turned into a string. |
Property Details
exceptionType
The type of the exception that was thrown.
exceptionType: string
Property Value
string
message
Message that is associated with the exception.
message: string
Property Value
string
stackTrace
The StackTrace from the exception turned into a string.
stackTrace: string
Property Value
string