Variable AccountGroupRegistrationErrorKindConst

AccountGroupRegistrationErrorKind: {
    AlreadyRegistered: "AlreadyRegistered";
    NotInGroup: "NotInGroup";
    ReservedGroup: "ReservedGroup";
} = ...

Account-group registration failure.

Type declaration

  • ReadonlyAlreadyRegistered: "AlreadyRegistered"

    Account already belongs to a group.

  • ReadonlyNotInGroup: "NotInGroup"

    Account does not belong to the requested group.

  • ReadonlyReservedGroup: "ReservedGroup"

    The reserved default group cannot be explicitly registered.