次の方法で共有


ErrorResponse interface

エラー応答の形式について説明します。

プロパティ

code

エラー コード

message

操作が失敗した理由を示すエラー メッセージ。

プロパティの詳細

code

エラー コード

code?: string

プロパティ値

string

message

操作が失敗した理由を示すエラー メッセージ。

message?: string

プロパティ値

string