Exception hierarchy
Import exceptions fromsimulacrum.exceptions as needed. All SDK-specific errors subclass SimulacrumError.
Usage patterns
ERROR_CODE_MAP constant inside the module surfaces the mapping between API error_code values and exception classes. Extend your handlers as new codes are introduced.