errors

package
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2024 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIError

type APIError struct {
	Err     error
	Message string
}

func (APIError) Error

func (err APIError) Error() string

type CipherError

type CipherError struct{}

func (CipherError) Error

func (err CipherError) Error() string

type GoCDError

type GoCDError struct {
	Message string
	Err     error
}

func (GoCDError) Error

func (err GoCDError) Error() string

type GoCDSDKError

type GoCDSDKError struct {
	Message string
}

func (GoCDSDKError) Error

func (err GoCDSDKError) Error() string

type MarshalError

type MarshalError struct {
	Err error
}

func (MarshalError) Error

func (err MarshalError) Error() string

type NilHeaderError

type NilHeaderError struct {
	Header  string
	Message string
}

func (NilHeaderError) Error

func (err NilHeaderError) Error() string

type NonOkError

type NonOkError struct {
	Code     int
	Response *resty.Response
}

func (NonOkError) Error

func (err NonOkError) Error() string

type PipelineValidationError added in v0.1.3

type PipelineValidationError struct {
	Message string
}

func (PipelineValidationError) Error added in v0.1.3

func (err PipelineValidationError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL