const classafButter::ServerErr

sys::Obj
  sys::Err
    afButter::ServerErr

Throw by ErrOn5xxMiddleware when a HTTP response returns a 5xx status code.

make

Source

new make(Int statusCode, Str statusMsg, Str msg := "", Err? cause := null)

statusCode

Source

const Int statusCode

The failing HTTP response status code

statusMsg

Source

const Str statusMsg

The failing HTTP response status message