Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type BadRequestError struct + Message string + func (e BadRequestError) Error() string + type ConflictError struct + Message string + func (e ConflictError) Error() string + type ErrorResponse struct + Message string + func (e ErrorResponse) Error() string + type ForbiddenError struct + Message string + func (e ForbiddenError) Error() string + type InvalidAuthTokenError struct + Message string + func (e InvalidAuthTokenError) Error() string + type NotAcceptableError struct + Message string + func (e NotAcceptableError) Error() string + type NotFoundError struct + Message string + func (e NotFoundError) Error() string + type RawHTTPStatusError struct + RawResponse []byte + RequestIDs []string + StatusCode int + func (r RawHTTPStatusError) Error() string + type RequestError struct + Err error + func (e RequestError) Error() string + type SSLValidationHostnameError struct + Message string + func (e SSLValidationHostnameError) Error() string + type UnauthorizedError struct + Message string + func (e UnauthorizedError) Error() string + type UnexpectedResponseError struct + RequestIDs []string + ResponseCode int + func (e UnexpectedResponseError) Error() string + type UnverifiedServerError struct + URL string + func (UnverifiedServerError) Error() string Other modules containing this package code.cloudfoundry.org/cli