8 API Reference‎ > ‎Error Codes‎ > ‎

resource.already.exists

HTTP Code
400

Error Message
Resource with ID %s already exists

Possible Cause and Solution
You attempt to create resource, which is already exists. Resources should be unique. You can get a list of available resources by request GET /resources_name
Comments