Files
api-specs/idn/beta/schemas/LocalizedMessage.yaml
2022-09-02 10:59:29 -04:00

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!"