ReportableException interface
所有自定义异常的异常对象
属性
| actionable |
此异常的可作步骤 |
| file |
发生异常的文件的路径 |
| h |
分配给特定异常的编码数值 |
| line |
发生异常的行号 |
| message | 错误消息 |
| stack |
堆栈跟踪 |
属性详细信息
actionableMessage
此异常的可作步骤
actionableMessage?: string
属性值
string
filePath
发生异常的文件的路径
filePath?: string
属性值
string
hResult
分配给特定异常的编码数值
hResult?: number
属性值
number
lineNumber
发生异常的行号
lineNumber?: string
属性值
string
message
错误消息
message?: string
属性值
string
stackTrace
堆栈跟踪
stackTrace?: string
属性值
string