| IDE-0001 | Missing Fields in Request | Your request is missing one or more required fields. |
| IDE-0002 | Invalid Field Type in Request | The provided field type in the request is invalid. |
| IDE-0003 | Invalid Path Parameter | One or more path parameters are in an incorrect format. |
| IDE-0004 | Unexpected Fields in the Request | The request body contains more fields than expected. Please send only the allowed fields. |
| IDE-0005 | Invalid Query Parameter | One or more query parameters are in an incorrect format. Please check the parameters and ensure they meet the required format before trying again. |
| IDE-0007 | Bad Request | The server could not understand the request due to malformed syntax. |
| IDE-0010 | Unmodifiable Field Error | Your request includes a field that cannot be modified. |
| IDE-0011 | Immutable Field Error | The field cannot be modified. Please remove it from your request. |
| IDE-0012 | Invalid Application Name | The provided application name is invalid. |
| IDE-0013 | User ID Not Match | The provided ID does not match the token owner. |
| IDE-0014 | Metadata Key Length Exceeded | The metadata key exceeds the maximum allowed length of 100 characters. Please use a shorter key. |
| IDE-0015 | Metadata Value Length Exceeded | The metadata value exceeds the maximum allowed length of 2000 characters. Please use a shorter value. |
| IDE-0016 | Invalid Metadata Nesting | The metadata object cannot contain nested values. Please ensure that the value is not nested and try again. |
| IDE-0017 | User Already Exists | The user already exists. Please use a different username or email and try again. |
| IDE-0020 | Password Too Short | The password must be at least 12 characters long. |
| IDE-0021 | Password No Uppercase | The password must contain at least one uppercase letter. |
| IDE-0022 | Password No Lowercase | The password must contain at least one lowercase letter. |
| IDE-0023 | Password No Digit | The password must contain at least one digit. |
| IDE-0024 | Password No Special Char | The password must contain at least one special character. |
| IDE-0025 | Password Consecutive Repeated | The password must not contain consecutive repeated characters. |
| IDE-0026 | Password Unknown Rule | Unknown password validation rule. |
| IDE-0027 | Old Password Invalid | The old password provided is invalid. |