Documentation ¶
Index ¶
- Constants
- Variables
- type Exception
- func (e *Exception) AppendLog(l log.Message)
- func (e Exception) Callback(f interface{}) bool
- func (e Exception) Code() int64
- func (e Exception) DetailMessage() string
- func (e Exception) GetLog() log.Messages
- func (e Exception) MarshalJSON() ([]byte, error)
- func (e Exception) Name() string
- func (e Exception) String() string
- func (e Exception) TopMessage() string
- func (e Exception) What() string
- type PARENT
Constants ¶
View Source
const CODE = 0
template type Exception(PARENT,CODE,WHAT)
View Source
const WHAT = ""
Variables ¶
View Source
var ExceptionName = reflect.TypeOf(Exception{}).Name()
Functions ¶
This section is empty.
Types ¶
type Exception ¶
func (Exception) DetailMessage ¶
func (Exception) MarshalJSON ¶
func (Exception) TopMessage ¶
Click to show internal directories.
Click to hide internal directories.