Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNeutral = &Error{error: "record returned neutral", errorType: ErrTypeNeutral} ErrFail = &Error{error: "record returned explicit fail", errorType: ErrTypeFail} ErrSoftFail = &Error{error: "record returned soft fail", errorType: ErrTypeSoftFail} ErrNone = &Error{error: "no record returned", errorType: ErrTypeNone} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.