Error encountered when anonymizing a specific user.

Hierarchy

  • AnonymizeUserError

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
error: string

Error message describing why anonymization failed.

userId: string

UUID of the user that failed to be anonymized.

Generated using TypeDoc