Skip to content

Latest commit

 

History

History
109 lines (107 loc) · 7.85 KB

File metadata and controls

109 lines (107 loc) · 7.85 KB
title ErrorCodeEnum

Represents the available error responses

Value Description
CANNOT_DELETE_LAST_ADMINISTRATOR The last instance administrator cannot be deleted
CANNOT_DELETE_LAST_ADMIN_ROLE This action would remove the last administrative role
CANNOT_DELETE_USER_WITH_ACTIVE_SUBSCRIPTION A user with an active subscription cannot delete itself
CANNOT_MODERATE_USER Only administrators can modify moderation status of users
CANNOT_MODIFY_ADMIN Only administrators can modify admin status of users
CANNOT_MODIFY_OWN_ADMIN Users cannot modify their own admin status
CANNOT_MODIFY_OWN_BLOCKED_STATUS Users cannot modify their own blocked status
CANNOT_REMOVE_LAST_ADMINISTRATOR This action would remove the last administrator
CANNOT_REMOVE_LAST_ADMIN_ABILITY This action would remove the last administrative ability
CYCLIC_DATA_TYPE_REFERENCE A data type dependency cycle was detected
DATA_TYPE_NOT_FOUND The data type with the given identifier was not found
EMAIL_VERIFICATION_SEND_FAILED Failed to send the email verification
EXTERNAL_IDENTITY_DOES_NOT_EXIST This external identity does not exist
FAILED_TO_INVALIDATE_OLD_BACKUP_CODES The old backup codes could not be deleted
FAILED_TO_RESET_PASSWORD Failed to reset the user password
FAILED_TO_SAVE_VALID_BACKUP_CODE The new backup codes could not be saved
FLOW_GENERATION_FAILED Flow generation failed
FLOW_NOT_FOUND The flow with the given identifier was not found
FLOW_TYPE_NOT_FOUND The flow type with the given identifier was not found
GENERIC_KEY_NOT_FOUND The given key was not found in the data type
IDENTITY_NOT_FOUND The external identity with the given identifier was not found
IDENTITY_VALIDATION_FAILED Failed to validate the external identity
INCONSISTENT_NAMESPACE Resources are from different namespaces
INVALID_ATTACHMENT The attachment is invalid because of active model errors
INVALID_DATA_TYPE The data type is invalid because of active model errors
INVALID_DATA_TYPE_LINK The data type link is invalid because of active model errors
INVALID_EXECUTION_RESULT The execution result is invalid because of active model errors
INVALID_EXTERNAL_IDENTITY This external identity is invalid
INVALID_FLOW The flow is invalid because of active model errors
INVALID_FLOW_SETTING The flow setting is invalid because of active model errors
INVALID_FLOW_TYPE The flow type is invalid because of active model errors
INVALID_FUNCTION_DEFINITION The function definition is invalid
INVALID_FUNCTION_ID The function ID is invalid
INVALID_LICENSE The license is invalid because of active model errors
INVALID_LOGIN_DATA Invalid login data provided
INVALID_MODULE_CONFIGURATION The module configuration is invalid because of active model errors
INVALID_MODULE_CONFIGURATION_DEFINITION The module configuration definition is invalid
INVALID_NAMESPACE_MEMBER The namespace member is invalid because of active model errors
INVALID_NAMESPACE_PROJECT The namespace project is invalid because of active model errors
INVALID_NAMESPACE_ROLE The namespace role is invalid because of active model errors
INVALID_NODE_FUNCTION The node function is invalid
INVALID_NODE_PARAMETER The node parameter is invalid
INVALID_ORGANIZATION The organization is invalid because of active model errors
INVALID_PARAMETER_DEFINITION The parameter definition is invalid
INVALID_PARAMETER_INDEX The parameter index is invalid
INVALID_PASSWORD_REPEAT The provided password repeat does not match the password
INVALID_REFERENCE_VALUE The reference value is invalid
INVALID_RUNTIME The runtime is invalid because of active model errors
INVALID_RUNTIME_FUNCTION_DEFINITION The runtime function definition is invalid
INVALID_RUNTIME_MODULE The runtime module is invalid
INVALID_RUNTIME_MODULE_DEFINITION The runtime module definition is invalid
INVALID_RUNTIME_MODULE_STATUS The runtime module status is invalid
INVALID_RUNTIME_PARAMETER_DEFINITION The runtime parameter definition is invalid
INVALID_RUNTIME_STATUS The runtime status is invalid because of active model errors
INVALID_RUNTIME_STATUS_CONFIGURATION The runtime status configuration is invalid because of active model errors
INVALID_SETTING Invalid setting provided
INVALID_TOTP_SECRET The TOTP secret is invalid or cannot be verified
INVALID_USER The user is invalid because of active model errors
INVALID_USER_IDENTITY The user identity is invalid because of active model errors
INVALID_USER_SESSION The user session is invalid because of active model errors
INVALID_VERIFICATION_CODE Invalid verification code provided
IS_PRIMARY_RUNTIME This runtime is the primary runtime of a project
LICENSE_NOT_FOUND The license with the given identifier was not found
LOADING_IDENTITY_FAILED Failed to load user identity from external provider
LOCK_TIMEOUT Could not acquire a database lock in time
MFA_FAILED Invalid MFA data provided
MFA_REQUIRED MFA is required
MISSING_DEFINITION The primary runtime has more definitions than this one
MISSING_IDENTITY_DATA This external identity is missing data
MISSING_PARAMETER Not all required parameters are present
MISSING_PERMISSION The user is not permitted to perform this operation
MISSING_PRIMARY_RUNTIME The project is missing a primary runtime
NAMESPACE_MEMBER_NOT_FOUND The namespace member with the given identifier was not found
NAMESPACE_NOT_FOUND The namespace with the given identifier was not found
NAMESPACE_PROJECT_NOT_FOUND The namespace project with the given identifier was not found
NAMESPACE_ROLE_NOT_FOUND The namespace role with the given identifier was not found
NODE_NOT_FOUND The node with this id does not exist
NO_DATA_TYPE_FOR_IDENTIFIER No data type could be found for the given identifier
NO_DEFINITIONS No definitions are available to generate a flow
NO_FREE_LICENSE_SEATS There are no free license seats to complete this operation
NO_PRIMARY_RUNTIME The project does not have a primary runtime
ORGANIZATION_NOT_FOUND The organization with the given identifier was not found
OUTDATED_DEFINITION The primary runtime has a newer definition than this one
PRIMARY_LEVEL_NOT_FOUND Deprecated: Outdated concept
PROJECT_NOT_FOUND The namespace project with the given identifier was not found
REFERENCED_VALUE_NOT_FOUND A referenced value could not be found
REGISTRATION_DISABLED Self-registration is disabled
RUNTIME_MISMATCH Resources are from different runtimes
RUNTIME_MODULE_NOT_FOUND The runtime module with the given identifier was not found
RUNTIME_NOT_ASSIGNED The runtime is not assigned to the project
RUNTIME_NOT_COMPATIBLE The runtime is not compatible with the primary runtime
RUNTIME_NOT_FOUND The runtime with the given identifier was not found
SECONDARY_LEVEL_NOT_FOUND Deprecated: Outdated concept
TERTIARY_LEVEL_EXCEEDS_PARAMETERS Deprecated: Outdated concept
TOTP_SECRET_ALREADY_SET This user already has TOTP set up
UNMODIFIABLE_FIELD The user is not permitted to modify this field
UNSUPPORTED_AUTHENTICATION The current authentication is not supported for this operation
USER_BLOCKED The user is blocked from accessing the application
USER_NOT_FOUND The user with the given identifier was not found
USER_SESSION_NOT_FOUND The user session with the given identifier was not found
WRONG_TOTP Invalid TOTP code provided