Status constructor

Status(
  1. int code
)

Implementation

Status(this.code) : assert(code >= 100 && code <= 599);