次の方法で共有


ApiErrorOutput interface

API エラー。

プロパティ

code

エラー コード。

details

Api エラーの詳細

innererror

Api 内部エラー

message

エラー メッセージ。

target

特定のエラーのターゲット。

プロパティの詳細

code

エラー コード。

code?: string

プロパティ値

string

details

Api エラーの詳細

details?: ApiErrorBaseOutput[]

プロパティ値

innererror

Api 内部エラー

innererror?: InnerErrorOutput

プロパティ値

message

エラー メッセージ。

message?: string

プロパティ値

string

target

特定のエラーのターゲット。

target?: string

プロパティ値

string