mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
error: Add MSC4406 error code
This commit is contained in:
parent
a1236b65be
commit
c48e1737c0
1 changed files with 3 additions and 0 deletions
3
error.go
3
error.go
|
|
@ -77,6 +77,9 @@ var (
|
|||
|
||||
MUnredactedContentDeleted = RespError{ErrCode: "FI.MAU.MSC2815_UNREDACTED_CONTENT_DELETED"}
|
||||
MUnredactedContentNotReceived = RespError{ErrCode: "FI.MAU.MSC2815_UNREDACTED_CONTENT_NOT_RECEIVED"}
|
||||
|
||||
// The sender of the requested event is ignored by the requesting user (MSC4406).
|
||||
UnstableMSenderIgnored = RespError{ErrCode: "UK.TIMEDOUT.MSC4406.SENDER_IGNORED", StatusCode: http.StatusNotFound}
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue