Type alias ServerErrorResponse

ServerErrorResponse: { code: string; message: string; requestId: string }

Type declaration

  • code: string
  • message: string
  • requestId: string

Generated using TypeDoc