Skip to main content

PlatformWorkspaceRefreshTokenCreateError

No description

union PlatformWorkspaceRefreshTokenCreateError = PlatformTokenNameExistsError | PlatformTokenWorkspaceAccessDeniedError | PlatformTokenGenerationError | PlatformTokenQuotaExceededError

Possible types

PlatformWorkspaceRefreshTokenCreateError.PlatformTokenNameExistsError object

Error that occurs when the input PlatformToken name already exists.

PlatformWorkspaceRefreshTokenCreateError.PlatformTokenWorkspaceAccessDeniedError object

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

PlatformWorkspaceRefreshTokenCreateError.PlatformTokenGenerationError object

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

PlatformWorkspaceRefreshTokenCreateError.PlatformTokenQuotaExceededError object

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