ITokenServiceSave Method |
Namespace: Dundas.BI.Data.Parameters.Tokens
Exception | Condition |
---|---|
ArgumentNullException | token is . |
NotFoundException | The project ID specified in the token corresponds to a project which could not be found. -or- The account ID specified in the token corresponds to an account which could not be found. -or- The tenant ID specified in the token corresponds to a tenant which could not be found. |
InvalidOperationException | The specified account ID corresponds to a Windows Group account. -or- The specified project ID corresponds to a user project. |
NoPrivilegeException | The caller does not have permission to update the token. -or- The caller does not have permission to create a token for the specified project and/or account and/or tenant. |
InvalidSessionException | The caller context is not associated with a valid session. |