mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
As a side effect, I got rid of all of the horrible symlinks and just put in all of the proper relative paths. Because the horrible symlinks were horrible.
10 lines
215 B
YAML
10 lines
215 B
YAML
type: object
|
|
description: A Matrix-level Error
|
|
properties:
|
|
errcode:
|
|
type: string
|
|
description: An error code.
|
|
error:
|
|
type: string
|
|
description: A human-readable error message.
|
|
required: ["errcode"] |