# Functions
New creates a new operations API client.
NewErrorBadRequest creates a ErrorBadRequest with default headers values.
NewErrorInternalServerError creates a ErrorInternalServerError with default headers values.
NewErrorNotFound creates a ErrorNotFound with default headers values.
NewErrorParams creates a new ErrorParams object, with the default timeout for this client.
NewErrorParamsWithContext creates a new ErrorParams object with the ability to set a context for a request.
NewErrorParamsWithHTTPClient creates a new ErrorParams object with the ability to set a custom HTTPClient for a request.
NewErrorParamsWithTimeout creates a new ErrorParams object with the ability to set a timeout on a request.
NewErrorUnprocessableEntity creates a ErrorUnprocessableEntity with default headers values.
# Structs
Client for operations API
*/.
ErrorBadRequest describes a response with status code 400, with default header values.
ErrorInternalServerError describes a response with status code 500, with default header values.
ErrorNotFound describes a response with status code 404, with default header values.
ErrorParams contains all the parameters to send to the API endpoint
for the error operation.
ErrorReader is a Reader for the Error structure.
ErrorUnprocessableEntity describes a response with status code 422, with default header values.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.