package krberror
Import Path
github.com/jcmturner/gokrb5/v8/krberror (on go.dev)
Dependency Relation
imports 2 packages, and imported by 4 packages
Involved Source Files
Package krberror provides error type and functions for gokrb5.
Package-Level Type Names (only one)
Krberror is an error type for gokrb5
EText []string
RootCause string
Add another error statement to the error.
Error function to implement the error interface.
Krberror : error
func Errorf(err error, et, format string, a ...interface{}) Krberror
func New(et, s string) Krberror
func NewErrorf(et, format string, a ...interface{}) Krberror
Package-Level Functions (total 3)
Errorf appends to or creates a new Krberror.
New creates a new instance of Krberror.
NewErrorf creates a new Krberror from a formatted string.
Package-Level Constants (total 8)
Error type descriptions.
Error type descriptions.
Error type descriptions.
Error type descriptions.
Error type descriptions.
Error type descriptions.
Error type descriptions.
Error type descriptions.
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |