Type alias StatusErrorResponse

StatusErrorResponse: {
    error: string;
    errorCode: ServerErrorCode;
    status: Error;
}

Type declaration

  • error: string
  • errorCode: ServerErrorCode
  • status: Error

Generated using TypeDoc