Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPLDBuilderFailure ¶
type IPLDBuilderFailure interface { IPLDConvertableError Failure }
func FromError ¶
func FromError(err error) IPLDBuilderFailure
func FromFailureModel ¶
func FromFailureModel(model datamodel.FailureModel) IPLDBuilderFailure
type IPLDConvertableError ¶
IPLDConvertableError is an error with a custom method to convert to an IPLD Node
type NamedWithStackTrace ¶
type NamedWithStackTrace interface { Named WithStackTrace }
func NamedWithCurrentStackTrace ¶
func NamedWithCurrentStackTrace(name string) NamedWithStackTrace
type WithStackTrace ¶
type WithStackTrace interface {
Stack() string
}
WithStackTrace is an error that you can read a stack trace from
Click to show internal directories.
Click to hide internal directories.