ErrorCode
Error code for authorization denied errors Used to indicate that a user lacks the necessary features to perform an operation.
enum ErrorCode {
AUTHORIZATION_DENIED_MISSING_FEATURES
}
Values
ErrorCode.AUTHORIZATION_DENIED_MISSING_FEATURES
User is missing required features to perform the requested operation
Member Of
APIError interface ● AuthorizationDeniedMissingFeatures object