Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

interface

An interface representing ErrorResponse. Response when errors occurred

Hierarchy

  • ErrorResponse

Index

Properties

Optional code

code: undefined | string
member

{string} [code] Provides information about the error code.

Optional details

member

{ErrorResponseErrorDetailsItem[]} [details] Describes the error details if present.

Optional innererror

innererror: any
member

{any} [innererror] Inner error object if present.

Optional message

message: undefined | string
member

{string} [message] Provides information about the error message.

Optional target

target: undefined | string
member

{string} [target] Provides information about the error target.

Generated using TypeDoc