Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpNotFoundError ¶
type HttpNotFoundError struct {
// contains filtered or unexported fields
}
func (HttpNotFoundError) StatusCode ¶
func (err HttpNotFoundError) StatusCode() int
type InvalidSSLCert ¶
func NewInvalidSSLCert ¶
func NewInvalidSSLCert(url, reason string) *InvalidSSLCert
func (*InvalidSSLCert) Error ¶
func (err *InvalidSSLCert) Error() string
func (*InvalidSSLCert) ErrorCode ¶
func (err *InvalidSSLCert) ErrorCode() string
type ModelNotFoundError ¶
func NewModelNotFoundError ¶
func NewModelNotFoundError(modelType, name string) ModelNotFoundError
func (ModelNotFoundError) Error ¶
func (err ModelNotFoundError) Error() string
func (ModelNotFoundError) ErrorCode ¶
func (err ModelNotFoundError) ErrorCode() string
Click to show internal directories.
Click to hide internal directories.