ErrAuthRequiredReply authentication required - user must authenticate first in response to a client request (401).
(msg *ClientComMessage, ts time.Time)
| 1254 | // ErrAuthRequiredReply authentication required - user must authenticate first |
| 1255 | // in response to a client request (401). |
| 1256 | func ErrAuthRequiredReply(msg *ClientComMessage, ts time.Time) *ServerComMessage { |
| 1257 | return ErrAuthRequired(msg.Id, msg.Original, ts, msg.Timestamp) |
| 1258 | } |
| 1259 | |
| 1260 | // ErrAuthFailed authentication failed |
| 1261 | // with explicit server and incoming request timestamps (401). |
no test coverage detected
searching dependent graphs…