Files
medusa-store/docs/api/admin/components/schemas/error.yaml
2022-12-13 12:52:58 +02:00

14 lines
324 B
YAML

title: Response Error
x-resourceId: 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.