package
0.0.1
Repository: https://github.com/alphagov/dynolocker.git
Documentation: pkg.go.dev

# Functions

Returns true if actual is the same type of error as expected.
Convert the given error to a string, including the stack trace if available.
A method that tries to recover from panics, and if it succeeds, calls the given onPanic function with an error that explains the cause of the panic.
If the given error is a wrapper that contains a stacktrace, unwrap it and return the original, underlying error.
Wrap the given error in an Error type that contains the stack trace.
Wrap the given error in an Error type that contains the stack trace and has the given message prepended as part of the error message.

# Interfaces

Interface to determine if we can retrieve an exit status from an error.