Returned when a server-side problem occurs.

If you encounter this error, report it using the [Support Portal](https://support.commercetools.com).
interface GraphQLGeneralError {
    code: "General";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "General"

Generated using TypeDoc