@@ -24,9 +24,11 @@ Represents the available error responses
2424| ` IDENTITY_VALIDATION_FAILED ` | Failed to validate the external identity |
2525| ` INCONSISTENT_NAMESPACE ` | Resources are from different namespaces |
2626| ` INVALID_ATTACHMENT ` | The attachment is invalid because of active model errors |
27+ | ` INVALID_DATA_TYPE ` | The data type is invalid because of active model errors |
2728| ` INVALID_EXTERNAL_IDENTITY ` | This external identity is invalid |
2829| ` INVALID_FLOW ` | The flow is invalid because of active model errors |
2930| ` INVALID_FLOW_SETTING ` | The flow setting is invalid because of active model errors |
31+ | ` INVALID_GENERIC_MAPPER ` | The generic mapper is invalid because of active model errors |
3032| ` INVALID_LOGIN_DATA ` | Invalid login data provided |
3133| ` INVALID_NAMESPACE_LICENSE ` | The namespace license is invalid because of active model errors |
3234| ` INVALID_NAMESPACE_MEMBER ` | The namespace member is invalid because of active model errors |
@@ -35,6 +37,10 @@ Represents the available error responses
3537| ` INVALID_ORGANIZATION ` | The organization is invalid because of active model errors |
3638| ` INVALID_PASSWORD_REPEAT ` | The provided password repeat does not match the password |
3739| ` INVALID_RUNTIME ` | The runtime is invalid because of active model errors |
40+ | ` INVALID_RUNTIME_FUNCTION_DEFINITION ` | The runtime function definition is invalid |
41+ | ` INVALID_RUNTIME_FUNCTION_ID ` | The runtime function ID is invalid |
42+ | ` INVALID_RUNTIME_PARAMETER_DEFINITION ` | The runtime parameter definition is invalid |
43+ | ` INVALID_RUNTIME_PARAMETER_ID ` | The runtime parameter ID is invalid |
3844| ` INVALID_SETTING ` | Invalid setting provided |
3945| ` INVALID_TOTP_SECRET ` | The TOTP secret is invalid or cannot be verified |
4046| ` INVALID_USER ` | The user is invalid because of active model errors |
@@ -54,12 +60,16 @@ Represents the available error responses
5460| ` NAMESPACE_NOT_FOUND ` | The namespace with the given identifier was not found |
5561| ` NAMESPACE_PROJECT_NOT_FOUND ` | The namespace project with the given identifier was not found |
5662| ` NAMESPACE_ROLE_NOT_FOUND ` | The namespace role with the given identifier was not found |
63+ | ` NO_DATATYPE_IDENTIFIER_FOR_GENERIC_KEY ` | No data type identifier could be found for the given generic key |
64+ | ` NO_DATA_TYPE_FOR_IDENTIFIER ` | No data type could be found for the given identifier |
5765| ` NO_FREE_LICENSE_SEATS ` | There are no free license seats to complete this operation |
66+ | ` NO_GENERIC_TYPE_FOR_IDENTIFIER ` | No generic type could be found for the given identifier |
5867| ` NO_PRIMARY_RUNTIME ` | The project does not have a primary runtime |
5968| ` ORGANIZATION_NOT_FOUND ` | The organization with the given identifier was not found |
6069| ` OUTDATED_DEFINITION ` | The primary runtime has a newer definition than this one |
6170| ` PRIMARY_LEVEL_NOT_FOUND ` | ** Deprecated:** Outdated concept |
6271| ` PROJECT_NOT_FOUND ` | The namespace project with the given identifier was not found |
72+ | ` REFERENCED_VALUE_NOT_FOUND ` | A referenced value could not be found |
6373| ` REGISTRATION_DISABLED ` | Self-registration is disabled |
6474| ` RUNTIME_MISMATCH ` | Resources are from different runtimes |
6575| ` RUNTIME_NOT_FOUND ` | The runtime with the given identifier was not found |
0 commit comments