ErrorDetails interface
エラーの詳細。
プロパティの詳細
code
サーバー定義の一連のエラー コードの 1 つ。
code?: string
プロパティ値
string
details
エラーの詳細を人間が判読できる表現。
details?: string
プロパティ値
string
message
エラーの人間が判読できる表現。
message?: string
プロパティ値
string