File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ import (
2222var (
2323 // ErrInvalidatedAuthorizeCode is an error indicating that an authorization code has been
2424 // used previously.
25- ErrInvalidatedAuthorizeCode = errors .New ("Authorization code has ben invalidated" )
25+ ErrInvalidatedAuthorizeCode = stderr .New ("Authorization code has ben invalidated" )
2626 // ErrSerializationFailure is an error indicating that the transactional capable storage could not guarantee
2727 // consistency of Update & Delete operations on the same rows between multiple sessions.
28- ErrSerializationFailure = errors .New ("The request could not be completed due to concurrent access" )
28+ ErrSerializationFailure = stderr .New ("The request could not be completed due to concurrent access" )
2929 ErrUnknownRequest = & RFC6749Error {
3030 ErrorField : errUnknownErrorName ,
3131 DescriptionField : "The handler is not responsible for this request." ,
You can’t perform that action at this time.
0 commit comments