Waiting for engine...
Skip to main content

CustomBrandingErrorCode

An enum for error codes that occur during custom branding operations.

enum CustomBrandingErrorCode {
MISSING_INPUT
MISSING_CONFIGURATIONS
MISSING_STATUS
MISSING_THEME_PRESET
MISSING_FONT_FAMILY
MISSING_BANNER_TEXT_COLOR
BANNER_TITLE_TOO_LONG
BANNER_SUBTITLE_TOO_LONG
CUSTOM_BRANDING_ALREADY_EXISTS
CUSTOM_BRANDING_NOT_FOUND
INVALID_STATUS_TRANSITION
SPACE_ACCESS_DENIED
GENERIC_SYSTEM_ERROR
}

Values

CustomBrandingErrorCode.MISSING_INPUT {#missing-input}

Indicates the input is missing.

CustomBrandingErrorCode.MISSING_CONFIGURATIONS {#missing-configurations}

Indicates configurations are missing.

CustomBrandingErrorCode.MISSING_STATUS {#missing-status}

Indicates status is missing.

CustomBrandingErrorCode.MISSING_THEME_PRESET {#missing-theme-preset}

Indicates themePreset is missing.

CustomBrandingErrorCode.MISSING_FONT_FAMILY {#missing-font-family}

Indicates fontFamily is missing.

CustomBrandingErrorCode.MISSING_BANNER_TEXT_COLOR {#missing-banner-text-color}

Indicates bannerTextColor is missing.

CustomBrandingErrorCode.BANNER_TITLE_TOO_LONG {#banner-title-too-long}

Indicates bannerTitle exceeds the allowed length.

CustomBrandingErrorCode.BANNER_SUBTITLE_TOO_LONG {#banner-subtitle-too-long}

Indicates bannerSubtitle exceeds the allowed length.

CustomBrandingErrorCode.CUSTOM_BRANDING_ALREADY_EXISTS {#custom-branding-already-exists}

Indicates a configuration already exists for the account.

CustomBrandingErrorCode.CUSTOM_BRANDING_NOT_FOUND {#custom-branding-not-found}

Indicates no configuration exists for the account.

CustomBrandingErrorCode.INVALID_STATUS_TRANSITION {#invalid-status-transition}

Indicates an update attempted to revert status from PUBLISHED to DRAFT.

CustomBrandingErrorCode.SPACE_ACCESS_DENIED {#space-access-denied}

Indicates the account is not an active space-embedding partner.

CustomBrandingErrorCode.GENERIC_SYSTEM_ERROR {#generic-system-error}

Indicates an unexpected technical error.

On this Page