package
Version:
v0.0.0-...-bfe6062
Opens a new window with list of versions in this module.
Published: Aug 30, 2020
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
¶
type AppError struct {
Code string `json:"code"`
Message string `json:"message"`
Details map[string]interface{} `json:"details"`
}
AppError handles application exception.
New functions create a new AppError instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.