Files
medusa-store/docs/api/admin/components/schemas/error.yaml
2022-09-05 10:23:46 +03:00

13 lines
311 B
YAML

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