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
SPACE_HAS_SOLUTIONS
ACCOUNT_GROUP_IDS_LIMIT_EXCEEDED
ACCOUNT_IDS_LIMIT_EXCEEDED
}

Values

SpaceErrorCode.MISSING_NAME {#missing-name}

Indicates empty space name.

SpaceErrorCode.MISSING_ACCT_GRP_ID {#missing-acct-grp-id}

Indicates account group id not present in input.

SpaceErrorCode.INVALID_NAME {#invalid-name}

Indicates Space name consists of dis-allowed characters.

SpaceErrorCode.SPACE_EXISTS_FOR_ACCT_GRP {#space-exists-for-acct-grp}

Indicates Space already exits for the specified account group id.

SpaceErrorCode.MISSING_OP_USER_ID {#missing-op-user-id}

Indicates operator user id not present.

SpaceErrorCode.MISSING_OP_ACCT_ID {#missing-op-acct-id}

Indicates operator account id not present.

SpaceErrorCode.UNSUPPORTED_SHARING_MODE {#unsupported-sharing-mode}

Indicates unsupported sharing mode.

SpaceErrorCode.MISSING_ID {#missing-id}

Indicates Space id not present in the input.

SpaceErrorCode.SPACE_NOT_FOUND {#space-not-found}

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

SpaceErrorCode.GENERIC_SYSTEM_ERROR {#generic-system-error}

Indicates an unexpected technical error.

SpaceErrorCode.SPACE_IS_DELETED {#space-is-deleted}

If Space is deleted.

SpaceErrorCode.ACCOUNT_INPUT_MISSING_FIELDS {#account-input-missing-fields}

Missing required field for get Space accounts.

SpaceErrorCode.ACCOUNT_INPUT_INVALID_DATE {#account-input-invalid-date}

If get Space date string input is incorrect.

SpaceErrorCode.INVALID_AUTH_METHOD {#invalid-auth-method}

If user provide wrong authorization method.

SpaceErrorCode.PLATFORM_CALL_ERROR {#platform-call-error}

If a call to the platform fails.

SpaceErrorCode.BUNDLE_SERVICE_CALL_ERROR {#bundle-service-call-error}

If a call to Bundle Service fails.

SpaceErrorCode.UNAUTHORIZED {#unauthorized}

User does not have access right to a Space.

SpaceErrorCode.ARTIFACT_NOT_IN_SPACE {#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 {#ipack-instance-id-invalid}

If user provide invalid ipack instance id.

SpaceErrorCode.IPACK_NOT_FOUND_IN_SPACE {#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 {#name-is-lengthy}

If Space name exceeds the allowed max length.

SpaceErrorCode.LOGO_UPLOAD_ERROR {#logo-upload-error}

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

SpaceErrorCode.LOGO_DELETE_ERROR {#logo-delete-error}

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

SpaceErrorCode.LOGO_GET_ERROR {#logo-get-error}

If the system fails to fetch Space logo from s3.

SpaceErrorCode.THEME_DELETE_ERROR {#theme-delete-error}

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

SpaceErrorCode.MAX_SPACE_COUNT_REACHED {#max-space-count-reached}

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

SpaceErrorCode.BOOMI_PUBLIC_SPACE_CREATE_UNAUTHORIZED {#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 {#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 {#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 {#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 {#invalid-image-file-name}

Indicates the image file name contains invalid characters like %.

SpaceErrorCode.PUBLISHER_NOT_SET {#publisher-not-set}

Indicates the publisher is not set for the authorized account.

SpaceErrorCode.DISCOVER_PUBLIC_SPACE_DELETE_FORBIDDEN {#discover-public-space-delete-forbidden}

Indicates that the discover public space cannot be deleted.

SpaceErrorCode.INVALID_OR_PAST_DATE {#invalid-or-past-date}

Indicates the date is invalid or not in the future.

SpaceErrorCode.ARTIFACT_DELETE_ERROR {#artifact-delete-error}

If the system fails to delete an artifact.

SpaceErrorCode.SPACE_HAS_SOLUTIONS {#space-has-solutions}

Indicates the Space still has solutions and therefore cannot be deleted.

SpaceErrorCode.ACCOUNT_GROUP_IDS_LIMIT_EXCEEDED {#account-group-ids-limit-exceeded}

Indicates the number of accountGroupIds provided to spacesByAccountGroupIds exceeds the allowed maximum.

SpaceErrorCode.ACCOUNT_IDS_LIMIT_EXCEEDED {#account-ids-limit-exceeded}

Indicates the number of accountIds provided to spacesByAccounts exceeds the allowed maximum.

On this Page