Skip to Content

Class MemcoPermissionError

The credential is valid but does not reach what was asked for.

The request is well formed and the credential is genuine, so neither a retry nor a different argument changes the answer: the credential itself has to be granted what it was refused. Distinct from MemcoAuthenticationError, which says it was not accepted at all.

Hierarchy (View Summary)

Index
code: Status

The gRPC status code, as @grpc/grpc-js's numeric status enum.

codeName: string

The status code's name, such as UNAUTHENTICATED.

detail: string

The service's own description of the failure, without the code prefix.

debugErrorString: string | undefined

gRPC's internal diagnostic string, when the call carried one.