AgentFetchError constructor

AgentFetchError({
  1. Object? statusCode,
  2. Object? statusText,
  3. Object? body,
})

Creates an agent error with the provided message.

Implementation

AgentFetchError({this.statusCode, this.statusText, this.body});