ErrorResponse interface

The error object

Properties

error

The error object.

Property Details

error

The error object.

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

Property Value

{ code?: string, message?: string }