Returned when the anonymous ID is being used by another resource.

The client application should choose another anonymous ID or retrieve an automatically generated one.
interface GraphQLAnonymousIdAlreadyInUseError {
    code: "AnonymousIdAlreadyInUse";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "AnonymousIdAlreadyInUse"

One of the error codes that is listed on the Errors page.