ApiError interface
フリートの ApiError
プロパティ
code | エラー コード。 |
details | API エラーの詳細 |
innererror | API 内部エラー |
message | エラー メッセージ。 |
target | 特定のエラーのターゲット。 |
プロパティの詳細
code
エラー コード。
code?: string
プロパティ値
string
details
innererror
message
エラー メッセージ。
message?: string
プロパティ値
string
target
特定のエラーのターゲット。
target?: string
プロパティ値
string