Documentation
¶
Index ¶
- type ExaError
- func (builder *ExaError) Error() string
- func (builder *ExaError) Message(message string) *ExaError
- func (builder *ExaError) Messagef(format string, a ...interface{}) *ExaError
- func (builder *ExaError) Mitigation(mitigation string) *ExaError
- func (builder *ExaError) Parameter(name string, value interface{}) *ExaError
- func (builder *ExaError) ParameterWithDescription(name string, value interface{}, description string) *ExaError
- func (builder *ExaError) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExaError ¶
type ExaError struct {
// contains filtered or unexported fields
}
func (*ExaError) Mitigation ¶
func (*ExaError) ParameterWithDescription ¶
Click to show internal directories.
Click to hide internal directories.