Documentation
¶
Index ¶
- func IsErrEmptyConfig(pErr error) bool
- func IsErrEmptyRequestOption(pErr error) bool
- func IsErrInvalidEndpoint(pErr error) bool
- func IsErrMissingInput(pErr error) bool
- func IsErrTooManyRequests(pErr error) bool
- func IsErrUnknown(pErr error) bool
- func NewErrEmptyConfig(pArgument, pInfo string) vconError.IErrorBuilder
- func NewErrEmptyRequestOption(pInfo string) vconError.IErrorBuilder
- func NewErrInvalidEndpoint(pInfo string) vconError.IErrorBuilder
- func NewErrMissingInput(pArgument, pInfo string) vconError.IErrorBuilder
- func NewErrTooManyRequests(pInfo string) vconError.IErrorBuilder
- func NewErrUnknown(pInfo string) vconError.IErrorBuilder
- type ErrEmptyConfig
- type ErrEmptyRequestOption
- type ErrInvalidEndpoint
- type ErrMissingInput
- type ErrTooManyRequests
- type ErrUnknown
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrEmptyConfig ¶
func IsErrEmptyRequestOption ¶
func IsErrInvalidEndpoint ¶
func IsErrMissingInput ¶
func IsErrTooManyRequests ¶
func IsErrUnknown ¶
func NewErrEmptyConfig ¶
func NewErrEmptyConfig(pArgument, pInfo string) vconError.IErrorBuilder
func NewErrEmptyRequestOption ¶
func NewErrEmptyRequestOption(pInfo string) vconError.IErrorBuilder
func NewErrInvalidEndpoint ¶
func NewErrInvalidEndpoint(pInfo string) vconError.IErrorBuilder
func NewErrMissingInput ¶
func NewErrMissingInput(pArgument, pInfo string) vconError.IErrorBuilder
func NewErrTooManyRequests ¶
func NewErrTooManyRequests(pInfo string) vconError.IErrorBuilder
func NewErrUnknown ¶
func NewErrUnknown(pInfo string) vconError.IErrorBuilder
Types ¶
type ErrEmptyConfig ¶
func (*ErrEmptyConfig) Error ¶
func (s *ErrEmptyConfig) Error() string
type ErrEmptyRequestOption ¶
func (*ErrEmptyRequestOption) Error ¶
func (s *ErrEmptyRequestOption) Error() string
type ErrInvalidEndpoint ¶
func (*ErrInvalidEndpoint) Error ¶
func (s *ErrInvalidEndpoint) Error() string
type ErrMissingInput ¶
func (*ErrMissingInput) Error ¶
func (s *ErrMissingInput) Error() string
type ErrTooManyRequests ¶
func (*ErrTooManyRequests) Error ¶
func (s *ErrTooManyRequests) Error() string
type ErrUnknown ¶
func (*ErrUnknown) Error ¶
func (s *ErrUnknown) Error() string
Click to show internal directories.
Click to hide internal directories.