Home > @vsf-enterprise/commercetools > ErrorResponse
# ErrorResponse interface
Signature:
export interface ErrorResponse
# Properties
Property | Type | Description |
---|---|---|
clientErrors? | string[] | (Optional) |
graphQLErrors? | { message: string; code: string; }[] | (Optional) |
message? | string | (Optional) |
networkError? | string | null | (Optional) |
simple? | boolean | (Optional) |