Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

interface

An interface representing ErrorResponse. Error response information.

Hierarchy

  • ErrorResponse

Index

Properties

Properties

code

code: string
member

{string} code Error code.

Optional details

details: ErrorDetail[]
member

{ErrorDetail[]} [details] An array of error detail objects.

message

message: string
member

{string} message Error message.

Generated using TypeDoc