Enumeration MutationErrorType

An enum for why the mutation failed overall.

Enumeration Members

Enumeration Members

Forbidden: "FORBIDDEN"

The user is not authorized to do this mutation. See message for details on which permissions are missing.

Internal: "INTERNAL"

An unknown internal server error occurred. Retry the mutation and if it persists, please email help@plain.com

Validation: "VALIDATION"

Input validation failed, see the fields for details on why the input was invalid.

Generated using TypeDoc