@openpit/engine
    Preparing search index...

    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.