Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SubscriptionErrorType

name

SubscriptionErrorType

Index

Enumeration members

DELETED

DELETED: = "DELETED"

The subject has been deleted.

INVALID_PARAMETERS

INVALID_PARAMETERS: = "INVALID_PARAMETERS"

Supplied parameters are invalid for this subject type.

NOT_FOUND

NOT_FOUND: = "NOT_FOUND"

The subject could not be found.

READ_DENIED

READ_DENIED: = "READ_DENIED"

The client does not have permission to read the subject.

UNAVAILABLE

UNAVAILABLE: = "UNAVAILABLE"

The subject was not available.

WRITE_DENIED

WRITE_DENIED: = "WRITE_DENIED"

The client does not have permission to write to the subject.

WRITE_DENIED_DUE_TO_LICENSE

WRITE_DENIED_DUE_TO_LICENSE: = "WRITE_DENIED_DUE_TO_LICENSE"

The client cannot contribute due to the Liberator's licensing limits being exceeded.

Generated using TypeDoc