Waiting for engine...
Skip to main content

SpaceErrorCode

An enum for error codes that occur during create, update and delete Space operations.

enum SpaceErrorCode {
MISSING_NAME
MISSING_ACCT_GRP_ID
INVALID_NAME
SPACE_EXISTS_FOR_ACCT_GRP
MISSING_OP_USER_ID
MISSING_OP_ACCT_ID
UNSUPPORTED_SHARING_MODE
MISSING_ID
SPACE_NOT_FOUND
GENERIC_SYSTEM_ERROR
SPACE_IS_DELETED
ACCOUNT_INPUT_MISSING_FIELDS
ACCOUNT_INPUT_INVALID_DATE
INVALID_AUTH_METHOD
PLATFORM_CALL_ERROR
BUNDLE_SERVICE_CALL_ERROR
UNAUTHORIZED
ARTIFACT_NOT_IN_SPACE
IPACK_INSTANCE_ID_INVALID
IPACK_NOT_FOUND_IN_SPACE
NAME_IS_LENGTHY
LOGO_UPLOAD_ERROR
LOGO_DELETE_ERROR
LOGO_GET_ERROR
THEME_DELETE_ERROR
MAX_SPACE_COUNT_REACHED
BOOMI_PUBLIC_SPACE_CREATE_UNAUTHORIZED
MISSING_BOOMI_PUBLIC_SPACE_CREATOR_ACCOUNT
BOOMI_PUBLIC_SPACE_CREATE_IPACK_IDS_NOT_ALLOWED
BOOMI_PUBLIC_SPACE_CREATE_ACCT_IDS_NOT_ALLOWED
INVALID_IMAGE_FILE_NAME
PUBLISHER_NOT_SET
DISCOVER_PUBLIC_SPACE_DELETE_FORBIDDEN
INVALID_OR_PAST_DATE
ARTIFACT_DELETE_ERROR
}

Values

SpaceErrorCode.MISSING_NAME

Indicates empty space name.

SpaceErrorCode.MISSING_ACCT_GRP_ID

Indicates account group id not present in input.

SpaceErrorCode.INVALID_NAME

Indicates Space name consists of dis-allowed characters.

SpaceErrorCode.SPACE_EXISTS_FOR_ACCT_GRP

Indicates Space already exits for the specified account group id.

SpaceErrorCode.MISSING_OP_USER_ID

Indicates operator user id not present.

SpaceErrorCode.MISSING_OP_ACCT_ID

Indicates operator account id not present.

SpaceErrorCode.UNSUPPORTED_SHARING_MODE

Indicates unsupported sharing mode.

SpaceErrorCode.MISSING_ID

Indicates Space id not present in the input.

SpaceErrorCode.SPACE_NOT_FOUND

Indicates no Space exists for the Space id present in the input.

SpaceErrorCode.GENERIC_SYSTEM_ERROR

Indicates an unexpected technical error.

SpaceErrorCode.SPACE_IS_DELETED

If Space is deleted.

SpaceErrorCode.ACCOUNT_INPUT_MISSING_FIELDS

Missing required field for get Space accounts.

SpaceErrorCode.ACCOUNT_INPUT_INVALID_DATE

If get Space date string input is incorrect.

SpaceErrorCode.INVALID_AUTH_METHOD

If user provide wrong authorization method.

SpaceErrorCode.PLATFORM_CALL_ERROR

If a call to the platform fails.

SpaceErrorCode.BUNDLE_SERVICE_CALL_ERROR

If a call to Bundle Service fails.

SpaceErrorCode.UNAUTHORIZED

User does not have access right to a Space.

SpaceErrorCode.ARTIFACT_NOT_IN_SPACE

If an artifact the user is trying to operate on does not belong to the Space.

SpaceErrorCode.IPACK_INSTANCE_ID_INVALID

If user provide invalid ipack instance id.

SpaceErrorCode.IPACK_NOT_FOUND_IN_SPACE

If user is trying to get ipack instance env attachment for an ipack that does not belong to any Space.

SpaceErrorCode.NAME_IS_LENGTHY

If Space name exceeds the allowed max length.

SpaceErrorCode.LOGO_UPLOAD_ERROR

If the system failed to upload the theme logo to s3 bucket.

SpaceErrorCode.LOGO_DELETE_ERROR

If the system fails to delete a Space logo from s3 bucket.

SpaceErrorCode.LOGO_GET_ERROR

If the system fails to fetch Space logo from s3.

SpaceErrorCode.THEME_DELETE_ERROR

If the system fails to delete a Space's theme.

SpaceErrorCode.MAX_SPACE_COUNT_REACHED

If maximum Spaces SKU count is reached when create a Space.

SpaceErrorCode.BOOMI_PUBLIC_SPACE_CREATE_UNAUTHORIZED

Only a designated account can create a Boomi public space. This error happens, if an attempt is made to create Boomi public space using an un-designated account.

SpaceErrorCode.MISSING_BOOMI_PUBLIC_SPACE_CREATOR_ACCOUNT

Indicates the designated account that should create Boomi public space is not configured.

SpaceErrorCode.BOOMI_PUBLIC_SPACE_CREATE_IPACK_IDS_NOT_ALLOWED

Indicates adding integration pack ids is not allowed as part of Boomi public space creation.

SpaceErrorCode.BOOMI_PUBLIC_SPACE_CREATE_ACCT_IDS_NOT_ALLOWED

Indicates adding account ids is not allowed as part of Boomi public space creation.

SpaceErrorCode.INVALID_IMAGE_FILE_NAME

Indicates the image file name contains invalid characters like %.

SpaceErrorCode.PUBLISHER_NOT_SET

Indicates the publisher is not set for the authorized account.

SpaceErrorCode.DISCOVER_PUBLIC_SPACE_DELETE_FORBIDDEN

Indicates that the discover public space cannot be deleted.

SpaceErrorCode.INVALID_OR_PAST_DATE

Indicates the date is invalid or not in the future.

SpaceErrorCode.ARTIFACT_DELETE_ERROR

If the system fails to delete an artifact.

On this Page