Interface UnusableEntitlementError

interface UnusableEntitlementError {
    entitlement_tag: string;
    message: string;
    reason_tag: "entitlement-violation";
}

Properties

entitlement_tag: string

Short tag describing the unusable entitlement action taken by the user.

1

63

message: string

Message displayed to the user on why their action failed.

1

256

reason_tag: "entitlement-violation"

The tag for violating an entitlement action.