Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluginInvalidInputError = "PluginInvalidInputError" PluginRunError = "PluginRunError" PluginInvalidIOError = "PluginInvalidIOError" )
Variables ¶
This section is empty.
Functions ¶
func IsInvalidIOError ¶
func IsInvalidInputError ¶
func IsPluginRunError ¶
Types ¶
type PluginError ¶
type PluginError struct { Type string `json:"type"` Message string `json:"message"` ErrorMessage string `json:"error"` }
func (*PluginError) Error ¶
func (p *PluginError) Error() string
Click to show internal directories.
Click to hide internal directories.