Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiException ¶
type ApiException struct {
// contains filtered or unexported fields
}
func NewApiException ¶
func NewApiException(message string, innerExceptions ...error) *ApiException
func (*ApiException) Error ¶
func (e *ApiException) Error() string
func (*ApiException) InnerException ¶
func (e *ApiException) InnerException() error
type BuilderException ¶
type BuilderException struct {
// contains filtered or unexported fields
}
func NewBuilderException ¶
func NewBuilderException(message string, innerExceptions ...error) *BuilderException
func (*BuilderException) Error ¶
func (e *BuilderException) Error() string
func (*BuilderException) InnerException ¶
func (e *BuilderException) InnerException() error
type ConfigurationException ¶
type ConfigurationException struct {
// contains filtered or unexported fields
}
func NewConfigurationException ¶
func NewConfigurationException(message string, innerExceptions ...error) *ConfigurationException
func (*ConfigurationException) Error ¶
func (e *ConfigurationException) Error() string
func (*ConfigurationException) InnerException ¶
func (e *ConfigurationException) InnerException() error
type MessageException ¶
type MessageException struct {
// contains filtered or unexported fields
}
func NewMessageException ¶
func NewMessageException(message string, innerExceptions ...error) *MessageException
func (*MessageException) Error ¶
func (e *MessageException) Error() string
func (*MessageException) InnerException ¶
func (e *MessageException) InnerException() error
type UnsupportedTransactionException ¶
type UnsupportedTransactionException struct {
// contains filtered or unexported fields
}
func NewUnsupportedTransactionException ¶
func NewUnsupportedTransactionException(message string, innerExceptions ...error) *UnsupportedTransactionException
func (*UnsupportedTransactionException) Error ¶
func (e *UnsupportedTransactionException) Error() string
func (*UnsupportedTransactionException) InnerException ¶
func (e *UnsupportedTransactionException) InnerException() error
Click to show internal directories.
Click to hide internal directories.