Files
medusa-store/docs/api/admin/components/responses/500_error.yaml
2022-12-22 17:09:49 +02: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