Interface ModelError

Errorオブジェクトは、エラー内容を表します。
Error information.

Hierarchy

  • ModelError

Properties

Properties

code?: null | string
エラーコードです。
The error code.

Memberof

ModelError

details?: null | search.ErrorDetail[]

Memberof

ModelError

message?: null | string
エラーメッセージです。
A simple string representation of the error and reason.

Memberof

ModelError