There was an error while loading. Please reload this page.
2af88e9
AppCode
ErrorResponse.code
ErrorResponse.retry
ErrorResponse.www_authenticate
Retry-After
WWW-Authenticate
ErrorResponse::new
(status: u16, code: AppCode, message: impl Into<String>)
ErrorResponse::new(status, "msg")
ErrorResponse::new(status, AppCode::<Variant>, "msg")
.with_retry_after_secs(...)
.with_www_authenticate(...)