DataProviderExceptionDetails interface
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. |
The type of the exception that was thrown.
exceptionType: string
Property Value
string
Message that is associated with the exception.
message: string
Property Value
string
The StackTrace from the exception turned into a string.
stackTrace: string
Property Value
string