Skip to main content

PlatformWorkspaceTokenCreateError

No description

union PlatformWorkspaceTokenCreateError = PlatformTokenNameExistsError | PlatformTokenWorkspaceAccessDeniedError | PlatformTokenGenerationError | PlatformTokenQuotaExceededError

Possible types

PlatformWorkspaceTokenCreateError.PlatformTokenNameExistsError object

Error that occurs when the input PlatformToken name already exists.

PlatformWorkspaceTokenCreateError.PlatformTokenWorkspaceAccessDeniedError object

Error that occurs when access to a workspace is denied for a PlatformToken.

PlatformWorkspaceTokenCreateError.PlatformTokenGenerationError object

Error that occurs when the PlatformToken has not been successfully generated.

PlatformWorkspaceTokenCreateError.PlatformTokenQuotaExceededError object

Error that occurs when the maximum number of PlatformToken for a workspace has been reached.