We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ff16e commit 479c9abCopy full SHA for 479c9ab
spec/matrixerror.go
@@ -23,6 +23,7 @@ type MatrixErrorCode string
23
24
const (
25
ErrorUnknown MatrixErrorCode = "M_UNKNOWN"
26
+ ErrorUnknownPos MatrixErrorCode = "M_UNKNOWN_POS"
27
ErrorUnrecognized MatrixErrorCode = "M_UNRECOGNIZED"
28
ErrorForbidden MatrixErrorCode = "M_FORBIDDEN"
29
ErrorBadJSON MatrixErrorCode = "M_BAD_JSON"
0 commit comments