Enumeration
AGKRequestError
public enum AGKRequestError: Error
Errors encountered when making API requests.
Relationships
Conforms To
Error
Enumeration Cases
clientError
case clientError(GHCError)
invalidFilename
case invalidFilename(name: String)
The filename could not be percent-encoded (for uploading in a multipart request)
encodingError
case encodingError(EncodingError)
decodingError
case decodingError(DecodingError, rawJSON: String)
other
case other(Error)
unknown
case unknown(code: Int?, message: String?, details: [String]?)
The ArcGIS API returned an error response.