AssetEndpointProfileStatusError interface
定义资产终结点配置文件状态错误属性。
属性
| code | 错误分类的错误代码(例如:400、404、500 等)。 |
| message | 人为可读有用的错误消息,为错误提供其他上下文(例如:“targetAddress 'foo' 不是有效的 URL” )。 |
属性详细信息
code
错误分类的错误代码(例如:400、404、500 等)。
code?: number
属性值
number
message
人为可读有用的错误消息,为错误提供其他上下文(例如:“targetAddress 'foo' 不是有效的 URL” )。
message?: string
属性值
string