# Functions
SourceInfo returns a string with "file: FILENAME| func: FUNCTION_NAME| line: LINE_NUMBER|" of the caller.
SourceInfoError wraps the provided error with: "file: FILENAME| func: FUNCTION_NAME| line: LINE_NUMBER| desc: DESCRIPTION| error: ERROR|" of the caller.