UnexpectedExtensions
Type Alias: UnexpectedExtensions
UnexpectedExtensions =
object
Defined in: src/utilities/TalawaGraphQLError.ts:198
When an error that doesn't fit one of the error types listed above occurs. One example would be a database request failure.
Example
throw new TalawaGraphQLError({
extensions: {
code: "unexpected",
},
});
Properties
code
code:
"unexpected"
Defined in: src/utilities/TalawaGraphQLError.ts:199