Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IgniteError ¶
type IgniteError struct {
// Apache Ignite specific status and message
IgniteStatus int32
IgniteMessage string
fmt.Stringer
// contains filtered or unexported fields
}
IgniteError is Apache Ignite error
func (*IgniteError) Error ¶
func (e *IgniteError) Error() string
func (*IgniteError) String ¶
func (e *IgniteError) String() string
Stringer is implemented by any value that has a String method, which defines the “native” format for that value. The String method is used to print values passed as an operand to any format that accepts a string or to an unformatted printer such as Print.
Click to show internal directories.
Click to hide internal directories.