HTTPAuthError constructor

HTTPAuthError(
  1. num status, [
  2. String msg
])

Implementation

external factory HTTPAuthError(num status, [String msg]);