const class concurrent::QueueOverflowErr

sys::Obj
  sys::Err
    concurrent::QueueOverflowErr

Source

QueueOverflowErr is raised by a Future for messages sent to actor that has exceeded the max queue size.

make

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

Source

Construct with specified error message and optional root cause.