Represents the response model for network operations. This class encapsulates details about the HTTP response including status code, headers, data, and errors.

Constructors

Properties

data: dynamic
error: dynamic
headers: Record<string, string>
statusCode: number

Methods