System Error and Common Messages
General-purpose error codes returned across all API operations, covering server errors, permission failures, invalid requests, and common constraint violations.
Overview
| Code | Message | Description |
|---|---|---|
000001 | Internal Server Error | Unidentified internal server error |
000002 | Resource Not Found | Requested resource does not exist |
000003 | Invalid Request | Incorrect format or missing required fields |
000004 | Unable to load requested data | Temporary error loading data |
000005 | System technical issue | System-level technical error |
000006 | Account awaiting subscription verification | Account pending System Admin approval |
000007 | Request param {0} must be of type {1} | Request parameter has incorrect data type |
000008 | You cannot {0} — missing privilege {1} | User lacks permission for the action |
000009 | Project id is required | Required Project ID is missing |
000010 | User id is required | Required User ID is missing |
000011 | Invalid JSON data format for field {0} | JSON field has incorrect data type |
000012 | Unable to locate {0} with id {1} | Object not found with provided ID |
000013 | Too many requests | Request rate limit exceeded |
000014 | Deployment in progress | System is currently deploying |
000015 | Action {0} blocked — user billing account {1} | Action blocked by user billing account status |
000016 | Action {0} blocked — project billing account {1} | Action blocked by project billing account status |
000017 | Image must be smaller than {0} MB | Image size exceeds the allowed limit |
000018 | Operation failed due to system error during data processing | System error during data processing |
000019 | Email is invalid | Invalid email address format |
000020 | Invalid image format | Image file format is not supported |
000021 | Unexpected response from upstream service | Upstream service returned an unexpected response |
000022 | Server took too long to respond | Upstream service timeout |
000023 | {0} failed | General operation failure |
000024 | Request payload is too large | Request payload exceeds the allowed limit |
000025 | User cannot be disabled — billing account is active on projects | Billing account is active for one or more projects |
000026 | Cannot {0} — switch to project {2} | User must switch to the correct project |
000027 | Cannot {0} — not a member of project {1} | User has not joined the required project |
000028 | Error when sending feedback | Feedback submission failed |
000029 | API endpoint {0} with HTTP method {1} not found | API endpoint does not exist |
000030 | Missing required information: {0} | Required field is missing |
000031 | HTTP method {0} not supported | HTTP method not supported for this endpoint |
000033 | Unsupported media type in Accept header | Accept header media type is not supported |
000034 | Required request part {0} is missing | Multipart request part is missing |
000035 | Required path variable {0} is missing | Path variable is missing from URL |
000036 | Missing or invalid request parameter or header: {0} | Request parameter or header is missing or invalid |
000037 | Value of field {0} already exists | Duplicate value violates unique constraint |
000037[0] | A value already exists — duplicates not allowed | Duplicate value detected |
000038 | Field {0} is required and cannot be blank | Required field is missing or empty |
000038[0] | A required field is missing or left blank | Required field is missing |
000039 | Value of field {0} is invalid or does not exist | Invalid or non-existent field value |
000039[0] | Invalid or missing linked data | Linked data is invalid or missing |
000040 | Database integrity constraint violation | Database constraint was violated |
000041 | Cannot access this data source at this time | Data source is unavailable |
000042 | No permission to access this tenant | User lacks access to the tenant |
000043 | Attempt limit exceeded | Too many failed attempts |
000044 | Account has not been activated | Account is inactive |
000045 | User cannot be disabled — billing account shared with other users | Billing account is shared with other users |
000046 | User cannot be disabled — billing account has unpaid invoices | Unpaid invoices exist on the billing account |
000047 | Invalid time zone {0} | Time zone format is invalid |
000048 | Invalid redirect URL | Redirect URL is invalid |
000049 | Attribute {0} cannot be updated by user | Attribute is read-only for the user |
000050 | Feature is disabled | Requested feature is not enabled |
000051 | File upload rate limit exceeded | File upload rate limit exceeded |
Error Code Details
000001
Message
Internal Server Error
Description
The server encountered an unexpected condition that prevented it from fulfilling the request.
Root Cause
- An unidentified internal error occurred on the server.
Resolution
- Try the request again.
- If the issue persists, contact support.
000002
Message
Resource Not Found
Description
The requested resource does not exist in the system.
Root Cause
- The resource ID is incorrect or does not exist.
- The resource was deleted before the request was made.
Resolution
- Verify the resource ID is correct.
- Ensure the resource has not been deleted.
000003
Message
Invalid Request
Description
The request has an incorrect format or is missing required information.
Root Cause
- Required fields are missing from the request.
- The request body or parameters are malformed.
Resolution
- Check the request format and ensure all required fields are present.
- Refer to the API reference for the expected request structure.
000004
Message
Unable to load requested data. Please try again or contact support if the issue persists.
Description
The system was unable to load the requested data, possibly due to a temporary error.
Root Cause
- A temporary system error occurred while loading data.
Resolution
- Try again after a short delay.
- If the issue persists, contact support.
000005
Message
The system is currently experiencing a technical issue. Please contact the infrastructure or development team for further assistance.
Description
A system-level technical issue is preventing the operation from completing.
Root Cause
- An infrastructure or system-level error occurred.
Resolution
- Contact the infrastructure or development team for further assistance.
000006
Message
Your account is awaiting System Admin verification of your subscription package. Please wait for confirmation to start using the service.
Description
The account has been created but is pending verification of the subscription package by a System Admin.
Root Cause
- The System Admin has not yet verified the subscription package for this account.
Resolution
- Wait for the System Admin to verify and approve your subscription package.
- Contact the System Admin if verification is taking too long.
000007
Message
Request param {0} must be of type {1}
Description
A request parameter was provided with an incorrect data type.
Root Cause
- The parameter
{0}was sent with a type that does not match the expected type{1}.
Resolution
- Ensure the parameter
{0}is provided as type{1}. - Refer to the API reference for the correct parameter types.
000008
Message
You cannot {0}. Please ensure you have the {1} privilege(s) and try again or contact the {2}.
Description
The user does not have the required privileges to perform the requested action.
Root Cause
- The user account lacks the
{1}privilege required to perform action{0}.
Resolution
- Request the necessary
{1}privilege from your project or system administrator{2}. - Try the action again after the privilege has been granted.
000009
Message
Project id is required
Description
The Project ID is a required parameter but was not provided in the request.
Root Cause
- The
project_idfield is missing from the request.
Resolution
- Include the Project ID in your request.
000010
Message
User id is required
Description
The User ID is a required parameter but was not provided in the request.
Root Cause
- The
user_idfield is missing from the request.
Resolution
- Include the User ID in your request.
000011
Message
The JSON data format is invalid. Please ensure that the {0} field is of type {1}.
Description
The JSON request body contains a field with an invalid data type.
Root Cause
- The field
{0}was provided with a type that does not match the expected type{1}.
Resolution
- Ensure the
{0}field in the JSON body is of type{1}. - Validate your JSON payload before sending the request.
000012
Message
Unable to locate {0} with id {1}.
Description
The system could not find the specified object using the provided ID.
Root Cause
- No
{0}exists with the ID{1}. - The resource may have been deleted.
Resolution
- Verify that the ID
{1}is correct. - Ensure the resource has not been deleted.
000013
Message
Too many requests. Please try again later.
Description
The client has exceeded the allowed request rate limit.
Root Cause
- Too many requests were sent within a short period.
Resolution
- Wait briefly before retrying.
- Reduce the frequency of requests.
000014
Message
Deployment in progress, try again later.
Description
The system is currently performing a deployment and cannot process the request.
Root Cause
- A deployment is in progress on the system or resource.
Resolution
- Wait for the deployment to complete.
- Try the request again afterward.
000015
Message
Action {0} is not allowed because the user billing account {1}.
Description
The requested action is blocked because of the current status of the user's billing account.
Root Cause
- The user billing account status
{1}prevents the action{0}from being performed.
Resolution
- Check the status of your billing account.
- Contact billing support to resolve the account issue.
000016
Message
Action {0} is not allowed because the project billing account {1}.
Description
The requested action is blocked because of the current status of the project's billing account.
Root Cause
- The project billing account status
{1}prevents the action{0}from being performed.
Resolution
- Check the project billing account status.
- Contact billing support to resolve the account issue.
000017
Message
Image must smaller than {0}MB!
Description
The uploaded image exceeds the maximum allowed file size.
Root Cause
- The image file size is larger than the
{0}MB limit.
Resolution
- Compress or resize the image to be under
{0}MB. - Try uploading again.
000018
Message
The operation failed due to a system error during data processing. Please contact the infrastructure or development team for assistance.
Description
An unexpected system error occurred while processing data.
Root Cause
- A system-level error was encountered during data processing.
Resolution
- Contact the infrastructure or development team for assistance.
000019
Message
Email is invalid.
Description
The email address provided does not conform to a valid format.
Root Cause
- The email address is malformed or missing required components.
Resolution
- Provide a valid email address (e.g.,
[email protected]).
000020
Message
Invalid image format
Description
The uploaded image uses a file format that is not supported.
Root Cause
- The image file format is not in the list of supported formats.
Resolution
- Use a supported image format (e.g., PNG, JPEG).
- Try uploading again.
000021
Message
Unable to complete your request due to an unexpected response from an upstream service. Please try again later.
Description
An upstream service returned an unexpected response, preventing the request from completing.
Root Cause
- An external or upstream service returned an invalid or unexpected response.
Resolution
- Try again after a short delay.
- Contact support if the issue persists.
000022
Message
The server took too long to respond. This may be due to a temporary upstream issue. Please try again in a few moments.
Description
The upstream service did not respond within the expected time, causing a timeout.
Root Cause
- A temporary issue with an upstream or external system caused the timeout.
Resolution
- Wait a few moments and try again.
000023
Message
{0} failed. Please try again later.
Description
The operation {0} failed to complete.
Root Cause
- A general failure occurred during the execution of
{0}.
Resolution
- Try again later.
- If the issue persists, contact support.
000024
Message
The request payload is too large. {0}.
Description
The request body exceeds the maximum allowed payload size.
Root Cause
- The request payload size is larger than the system limit. Details are provided in
{0}.
Resolution
- Reduce the size of the request payload.
- Split large requests into smaller chunks if applicable.
000025
Message
This user cannot be disabled because their billing account is currently the active billing account for one or more projects.
Description
The user cannot be disabled because their billing account is still linked as the active billing account for one or more projects.
Root Cause
- The user's billing account is the active billing account for at least one project.
Resolution
- Reassign the billing account for all affected projects to a different account.
- Retry disabling the user after the billing account has been removed from all projects.
000026
Message
You cannot {0} because you're in the project '{1}'. Please SWITCH TO project '{2}' to perform this action.
Description
The action cannot be performed from the current project context. The user must switch to a different project.
Root Cause
- The action
{0}is only allowed within project{2}, but the user is currently in project{1}.
Resolution
- Switch to project
{2}. - Retry the action.
000027
Message
You cannot {0}. Please ensure you have joined in the project '{1}' and try again or contact the {2}.
Description
The user is not a member of the required project and cannot perform the action.
Root Cause
- The user has not joined project
{1}, which is required to perform action{0}.
Resolution
- Join project
{1}. - Retry the action, or contact
{2}for assistance.
000028
Message
Error when sending feedback. Please contact the administrator.
Description
An error occurred while attempting to submit feedback.
Root Cause
- A system error prevented the feedback from being sent.
Resolution
- Try submitting feedback again.
- If the issue persists, contact the administrator directly.
000029
Message
API endpoint '{0}' with HTTP method '{1}' was not found.
Description
The specified API endpoint does not exist or is not registered for the given HTTP method.
Root Cause
- The URL
{0}or method{1}is incorrect. - The endpoint may have changed or been removed.
Resolution
- Verify the endpoint URL and HTTP method.
- Refer to the API reference for the correct endpoint.
000030
Message
Missing required information: {0}.
Description
One or more required fields are missing from the request.
Root Cause
- The field(s) listed in
{0}were not provided in the request.
Resolution
- Include all required fields listed in
{0}.
000031
Message
The HTTP method '{0}' is not supported for this endpoint. Supported methods: {1}.
Description
The HTTP method used is not supported by the target endpoint.
Root Cause
- The request used method
{0}, which is not among the supported methods{1}for this endpoint.
Resolution
- Use one of the supported HTTP methods listed in
{1}.
000033
Message
The media type(s) in your Accept header are not supported. Supported media types: {0}.
Description
The media type specified in the Accept header is not supported by the server.
Root Cause
- The
Acceptheader contains a media type not in the supported list{0}.
Resolution
- Update the
Acceptheader to use one of the supported media types listed in{0}.
000034
Message
The required request part '{0}' is missing.
Description
A required part of a multipart request is missing.
Root Cause
- The multipart request is missing the required part
{0}.
Resolution
- Include the required part
{0}in the multipart request.
000035
Message
The required path variable '{0}' is missing in the request URL.
Description
A required path variable was not included in the request URL.
Root Cause
- The URL is missing the required path variable
{0}.
Resolution
- Include the path variable
{0}in the request URL.
000036
Message
Missing or invalid request parameter or header: {0}
Description
A required request parameter or header is either missing or contains an invalid value.
Root Cause
- The parameter or header
{0}is absent or has an invalid value.
Resolution
- Provide a valid value for
{0}. - Refer to the API reference for expected parameter and header definitions.
000037
Message
The value of field '{0}' already exists.
Description
The value provided for the field violates a unique constraint — a record with this value already exists.
Root Cause
- A duplicate value was submitted for a field that requires unique values.
Resolution
- Use a different value for field
{0}.
000037[0]
Message
A value already exists, and duplicates are not allowed.
Description
A duplicate value was detected on a field that does not permit duplicates.
Root Cause
- The submitted data contains a value that already exists in the system.
Resolution
- Use a different, unique value.
000038
Message
Field '{0}' is required and cannot be left blank.
Description
A required field was left empty or not provided.
Root Cause
- The field
{0}is mandatory but was submitted as blank or omitted.
Resolution
- Provide a valid non-empty value for field
{0}.
000038[0]
Message
A required field is missing or left blank.
Description
A required field is missing or was submitted without a value.
Root Cause
- One or more required fields were omitted or left blank.
Resolution
- Ensure all required fields are filled in before submitting.
000039
Message
The value of the field '{0}' is invalid or does not exist.
Description
The value provided for the field is either invalid or does not correspond to an existing record.
Root Cause
- The value for
{0}is not a recognized or valid entry in the system.
Resolution
- Verify the value for field
{0}and ensure it matches an existing, valid entry.
000039[0]
Message
Invalid or missing linked data.
Description
A linked or referenced data entry is invalid or does not exist.
Root Cause
- The referenced data could not be found or is invalid.
Resolution
- Verify all linked data references are valid and exist in the system.
000040
Message
A database integrity constraint violation occurred.
Description
The operation violated a database integrity constraint, such as a foreign key or unique constraint.
Root Cause
- The submitted data conflicts with an existing database constraint.
Resolution
- Review the data being submitted for conflicts.
- Resolve the constraint conflict and retry.
000041
Message
At this time, it is impossible to access this data source.
Description
The requested data source is currently unavailable.
Root Cause
- The data source is temporarily down or unreachable.
Resolution
- Try again after a short delay.
- Contact support if the issue persists.
000042
Message
You do not have permission to access this tenant.
Description
The user does not have access rights to the requested tenant.
Root Cause
- The user account is not authorized for this tenant.
Resolution
- Request access from the tenant administrator.
000043
Message
Attempt limit exceeded, please try after some time.
Description
The maximum number of allowed attempts has been exceeded.
Root Cause
- Too many failed attempts were made in a short period.
Resolution
- Wait before retrying.
000044
Message
Your account has not been activated. Please contact the system administrator to enable your account.
Description
The user account exists but has not been activated.
Root Cause
- The account was created but activation has not been completed.
Resolution
- Contact the system administrator to activate your account.
000045
Message
This user cannot be disabled because their billing account is currently being shared with one or more other users.
Description
The user cannot be disabled because their billing account is shared with other users.
Root Cause
- The billing account is currently shared with one or more other users.
Resolution
- Remove all shared users from the billing account.
- Retry disabling the user.
000046
Message
This user cannot be disabled because their billing account has unpaid invoices.
Description
The user cannot be disabled due to outstanding unpaid invoices on their billing account.
Root Cause
- One or more invoices on the billing account remain unpaid.
Resolution
- Pay all outstanding invoices.
- Retry disabling the user.
000047
Message
Invalid time zone "{0}". Expected format: Region/City (e.g., Asia/Ho_Chi_Minh).
Description
The time zone value provided is not in the expected format.
Root Cause
- The time zone
{0}does not follow the requiredRegion/Cityformat.
Resolution
- Use a valid time zone in
Region/Cityformat (e.g.,Asia/Tokyo,America/New_York).
000048
Message
Invalid redirect URL.
Description
The redirect URL provided is not valid.
Root Cause
- The URL is malformed or not in an accepted format.
Resolution
- Provide a valid, properly formatted redirect URL.
000049
Message
Attribute {0} cannot be updated by user.
Description
The attribute is read-only and cannot be modified by the user.
Root Cause
- The attribute
{0}is restricted and can only be updated by an administrator.
Resolution
- Contact an administrator to update attribute
{0}.
000050
Message
Feature is disabled.
Description
The requested feature is currently disabled on the system.
Root Cause
- The feature has been turned off by an administrator.
Resolution
- Contact the administrator to enable the feature.
000051
Message
File upload rate limit exceeded. Please try again later.
Description
The file upload rate limit has been exceeded.
Root Cause
- Too many file upload requests were made within a short period.
Resolution
- Wait before retrying the file upload.