package krberror
import "github.com/jcmturner/gokrb5/v8/krberror"
Package krberror provides error type and functions for gokrb5.
Index ¶
Constants ¶
const ( EncodingError = "Encoding_Error" NetworkingError = "Networking_Error" DecryptingError = "Decrypting_Error" EncryptingError = "Encrypting_Error" ChksumError = "Checksum_Error" KRBMsgError = "KRBMessage_Handling_Error" ConfigError = "Configuration_Error" KDCError = "KDC_Error" )
Error type descriptions.
Types ¶
type Krberror ¶
Krberror is an error type for gokrb5
func Errorf ¶
Errorf appends to or creates a new Krberror.
func New ¶
New creates a new instance of Krberror.
func NewErrorf ¶
NewErrorf creates a new Krberror from a formatted string.
func (*Krberror) Add ¶
Add another error statement to the error.
func (Krberror) Error ¶
Error function to implement the error interface.
Source Files ¶
- Version
- v8.4.0
- Published
- Jun 14, 2020
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 5 hours ago –
Tools for package owners.