package
Version:
v3.0.0-beta+incompatible
Opens a new window with list of versions in this module.
Published: May 30, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
I decide to split the errors from the main iris package because error.go doesn't depends on any of the iris' types.
Examples and more info will be added soon.
Documentation
¶
Printf prints to the logger a specific error with optionally arguments
Error holds the error
New creates and returns an Error with a message
Error returns the message of the actual error
Format returns a formatted new error based on the arguments
Panic output the message and after panics
func (e *Error) Panicf(args ...interface{})
Panicf output the formatted message and after panics
Return returns the actual error as it is
With does the same thing as Format but it receives an error type which if it's nil it returns a nil error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.