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

15 lines
399 B
YAML

description: Server Error
content:
application/json:
schema:
$ref: ../schemas/error.yaml
examples:
database:
$ref: ../examples/database_error.yaml
unexpected_state:
$ref: ../examples/unexpected_state_error.yaml
invalid_argument:
$ref: ../examples/invalid_argument_error.yaml
default_error:
$ref: ../examples/default_error.yaml