UnauthenticatedExtensions
Type Alias: UnauthenticatedExtensions
UnauthenticatedExtensions =
object
Defined in: src/utilities/TalawaGraphQLError.ts:93
When the client must be authenticated to perform an action.
Example
throw new TalawaGraphQLError({
extensions: {
code: "unauthenticated",
},
});
Properties
code
code:
"unauthenticated"
Defined in: src/utilities/TalawaGraphQLError.ts:94