# Functions
Error creates a CallStackError using a specific Component Code and Reason Code (no callstack is recorded).
ErrorWithCallstack creates a CallStackError using a specific Component Code and Reason Code and fills its callstack.
# Constants
MaxCallStackLength is the maximum length of the stored call stack.
# Interfaces
CallStackError is a general interface for Fabric errors.