package
Version:
v0.16.1-beta
Opens a new window with list of versions in this module.
Published: Sep 16, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(e error, fields ...map[string]interface{}) *snapError
New returns an initialized SnapError.
The variadic signature allows fields to optionally
be added at construction.
type Fields map[string]interface{}
type SnapError interface {
error
Fields() map[string]interface{}
SetFields(map[string]interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.