ErrorResponse interface

Error response of an operation failure.

Properties

error

Property Details

error

error?: { code?: string, message?: string }

Property Value

{ code?: string, message?: string }