UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

23 lines (15 loc) 561 B
# ApiErrorResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | | [default to undefined] **error** | **string** | | [optional] [default to undefined] ## Example ```typescript import { ApiErrorResponse } from '@tennac-booking/sdk'; const instance: ApiErrorResponse = { message, error, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)