Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type FakeHTTPError struct + ErrorCodeStub func() string + ErrorStub func() string + StatusCodeStub func() int + func (fake *FakeHTTPError) Error() string + func (fake *FakeHTTPError) ErrorCallCount() int + func (fake *FakeHTTPError) ErrorCalls(stub func() string) + func (fake *FakeHTTPError) ErrorCode() string + func (fake *FakeHTTPError) ErrorCodeCallCount() int + func (fake *FakeHTTPError) ErrorCodeCalls(stub func() string) + func (fake *FakeHTTPError) ErrorCodeReturns(result1 string) + func (fake *FakeHTTPError) ErrorCodeReturnsOnCall(i int, result1 string) + func (fake *FakeHTTPError) ErrorReturns(result1 string) + func (fake *FakeHTTPError) ErrorReturnsOnCall(i int, result1 string) + func (fake *FakeHTTPError) Invocations() map[string][][]interface{} + func (fake *FakeHTTPError) StatusCode() int + func (fake *FakeHTTPError) StatusCodeCallCount() int + func (fake *FakeHTTPError) StatusCodeCalls(stub func() int) + func (fake *FakeHTTPError) StatusCodeReturns(result1 int) + func (fake *FakeHTTPError) StatusCodeReturnsOnCall(i int, result1 int) Other modules containing this package code.cloudfoundry.org/cli