Type alias ErrorApiResponse

ErrorApiResponse: {
    message: string;
    success: false;
}

api response that has http status code 4xx or 5xx with error message

Type declaration

  • message: string
  • success: false

Generated using TypeDoc