Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultErrorCode = ErrorCode("unknown_error")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
supposedly, having a public error type in Go is an antipattern however, all usecase methods will return this expected structure and the gateways will all require this metadata to return a proper error so I believe it's worth trying a concrete error type instead of a bunch of package methods that guess at your error's insides
Click to show internal directories.
Click to hide internal directories.