Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalError ¶
type InternalError struct { Function string Call string Message string InnerTrace string OriginalError error // contains filtered or unexported fields }
func CreateConsoleError ¶
func CreateConsoleError(file string) InternalError
func (InternalError) Error ¶
func (e InternalError) Error() string
func (InternalError) FriendlyMessage ¶
func (e InternalError) FriendlyMessage() string
Click to show internal directories.
Click to hide internal directories.