Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThemisCallbackError ¶
type ThemisCallbackError struct {
// contains filtered or unexported fields
}
ThemisCallbackError is user-generated error returned from Secure Session callback.
func NewCallbackError ¶
func NewCallbackError(msg string) *ThemisCallbackError
NewCallbackError makes an error with provided description.
func (*ThemisCallbackError) Error ¶
func (e *ThemisCallbackError) Error() string
Error returns textual description of the error.
type ThemisError ¶
type ThemisError struct {
// contains filtered or unexported fields
}
ThemisError is an operational error.
func (*ThemisError) Error ¶
func (e *ThemisError) Error() string
Error returns textual description of the error.
Click to show internal directories.
Click to hide internal directories.