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;
}

Indexable

[key: string]: any

Properties

Properties

code: "AnonymousIdAlreadyInUse"

Generated using TypeDoc