> Portal Navigation:
>
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt
## Resource: Errors
## Article: Errors
## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/resources/resource-types-v2/errors.md
## Article Content:
# Resource Types Errors
This article outlines error messages that might be issued when calling endpoints of the Resource Types API.
## Create Resource Type
The [Create Resource Type](https://dev.wix.com/docs/api-reference/business-solutions/bookings/resources/resource-types-v2/create-resource-type.md)
might issue the following error messages:
|
HTTP status
| Error code
| Error message
| Troubleshooting
|
|--------------------------------------------|-------------------------------------------|------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| `ALREADY_EXISTS (400)` | `RESOURCE_TYPE_ALREADY_EXISTS_FOR_NAME` | ResourceType with name `` already exists. | Make sure that the name of the resource type is unique within the site you are creating it. |
| `RESOURCE_EXHAUSTED (429)` | `MAX_NUMBER_OF_RESOURCE_TYPES_REACHED` | The maximum number of `` resource types has been reached. | Delete unused resource types or upgrade your premium subscription. |
## Update Resource Type
The [Update Resource Type](https://dev.wix.com/docs/api-reference/business-solutions/bookings/resources/resource-types-v2/update-resource-type.md)
endpoint might issue the following error messages:
| HTTP status
| Error code
| Error message
| Troubleshooting
|
|--------------------------------------------|-------------------------------------------|-------------------------------------------------|---------------------------------------------------------------------------------------------|
| `ALREADY_EXISTS (400)` | `RESOURCE_TYPE_ALREADY_EXISTS_FOR_NAME` | ResourceType with name `` already exists. | Make sure that the name of the resource type is unique within the site you are creating it. |