Bearbeiten

Share via


DataProviderExceptionDetails interface

Properties

exceptionType

The type of the exception that was thrown.

message

Message that is associated with the exception.

stackTrace

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