DSError(String type, { String msg, String detail, String path, String phase: ErrorPhase.response })

Source

DSError(this.type,
    {this.msg, this.detail, this.path, this.phase: ErrorPhase.response});