Interface ErrorDetail

ErrorDetailオブジェクトは、エラーの詳細な内容を表します。
Detailed information of error.

Hierarchy

  • ErrorDetail

Properties

requestKey?: null | string
エラーが発生したフィールドです。
The file that occured the error.

Memberof

ErrorDetail

requestValue?: null | string
エラーが発生した値です。
The data that caused the error.

Memberof

ErrorDetail