DataProviderExceptionDetails interface
属性
| exception |
引发的异常的类型。 |
| message | 与异常关联的消息。 |
| stack |
异常中的 StackTrace 已转换为字符串。 |
属性详细信息
exceptionType
引发的异常的类型。
exceptionType: string
属性值
string
message
与异常关联的消息。
message: string
属性值
string
stackTrace
异常中的 StackTrace 已转换为字符串。
stackTrace: string
属性值
string