mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
15 lines
334 B
YAML
15 lines
334 B
YAML
type: object
|
|
description: Localized error message to indicate a failed invocation or error if any.
|
|
required:
|
|
- "locale"
|
|
- "message"
|
|
properties:
|
|
locale:
|
|
description: Message locale
|
|
type: string
|
|
example: "An error has occurred!"
|
|
message:
|
|
description: Message text
|
|
type: string
|
|
example: "Error has occurred!"
|