Add error forbidden.
This commit is contained in:
parent
f1443ca444
commit
0aac61b1cc
|
|
@ -189,4 +189,5 @@ var (
|
|||
ErrorNotAuthorized = ErrorCondition{nsErrorStanzas, "not-authorized"}
|
||||
ErrorConflict = ErrorCondition{nsErrorStanzas, "conflict"}
|
||||
ErrorNotAcceptable = ErrorCondition{nsErrorStanzas, "not-acceptable"}
|
||||
ErrorForbidden = ErrorCondition{nsErrorStanzas, "forbidden"}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue