031e0a62f2
* update invalid secret error handling Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update secret error naming Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update secretError naming Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * fix comment Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * add empty space in comment Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
doc.go | ||
errors.go | ||
errors_test.go | ||
sdk_errors.go | ||
types.go |
README.md
Errors
errors
package serve to build an arbitrary long error chain in order to capture errors returned from nested service calls.
errors
package contains the custom Go error
interface implementation, Error
. You use the Error
interface to wrap two errors in a containing error as well as to test recursively if a given error contains some other error.