PermissionsException Class - Author-it On-Premises - Author-it

Author-it Development Documentation

Insufficient permissions to perform an action.

Namespace: Authorit.API.Exceptions

Constructors

Name

Description

Method

PermissionsException()

Create a new instance of PermissionsException.

Method

PermissionsException(int, Authorit.API.Dto.Permission)

Create a new instance of PermissionsException with supplied details.

Method

PermissionsException(int, int, Authorit.API.Dto.Permission)

Create a new instance of PermissionsException with supplied details.

Properties

Name

Description

Property

FolderId

Folder ID permissions are required on.

Property

ReleaseStateId

Release state permissions are required on.

Property

RequiredPermissions

Required level of permissions.

Property

FaultDetail

Object providing details that returned as a fault when the exception is thrown accessing the Author-it API with JSON or SOAP.

Property

Message

Description of failure.

Methods

Class contains no methods.