You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
215 B
YAML
10 lines
215 B
YAML
10 years ago
|
type: object
|
||
10 years ago
|
description: A Matrix-level Error
|
||
10 years ago
|
properties:
|
||
|
errcode:
|
||
|
type: string
|
||
10 years ago
|
description: An error code.
|
||
10 years ago
|
error:
|
||
|
type: string
|
||
10 years ago
|
description: A human-readable error message.
|
||
10 years ago
|
required: ["errcode"]
|