# Functions
Wrap returns a failure with the given message and id, saving the message of wrappedError for appending to Error().
# Interfaces
Failure is an extended error that also includes an ID to be used to identify a specific error.
# Type aliases
FailureID is a number to be used to identify a specific error.