Files
medusa-store/docs/api/admin/components/schemas/Error.yaml
2022-12-22 17:09:49 +02:00

13 lines
304 B
YAML

title: Response Error
type: object
properties:
code:
type: string
description: A slug code to indicate the type of the error.
message:
type: string
description: Description of the error that occurred.
type:
type: string
description: A slug indicating the type of the error.