Skip to main content

PlatformWorkspaceRefreshTokenCreateError

No description

union PlatformWorkspaceRefreshTokenCreateError = PlatformTokenNameExistsError | PlatformTokenWorkspaceAccessDeniedError | PlatformTokenGenerationError | PlatformTokenQuotaExceededError | PlatformTokenInvalidTokenLifetimeError | PlatformTokenInvalidNameError

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.

PlatformWorkspaceRefreshTokenCreateError.PlatformTokenInvalidTokenLifetimeError object

Error returned by the Token API when an input token lifetime for a new PlatformToken is invalid.

PlatformWorkspaceRefreshTokenCreateError.PlatformTokenInvalidNameError object

Error returned by the Token API when an input name for a PlatformToken is invalid.