Modal logo
GuideExamples
Reference
ChangelogPlayground
Log In Sign Up
Python SDK Reference AppClientCloudBucketMountClsCronDictEnvironmentErrorFilePatternMatcherFunctionFunctionCallImagePeriodProbeProxyQueueRetriesSandboxSandboxSnapshotSecretServerTunnelVolumeWorkspaceasgi_appbatchedbillingconcurrentconfigcontainer_processcurrent_function_call_idcurrent_input_idenable_outputenterexceptionexitfastapi_endpointfile_ioforwardinteractio_streamsis_localmethodparametertypesweb_serverwsgi_app

Error

class Error(Exception)

Base class for all Modal errors. See modal.exception for the specialized error classes.

Usage

import modal

try:
    ...
except modal.Error:
    # Catch any exception raised by Modal's systems.
    print("Responding to error...")
Error
Modal logo © Modal 2026
About Status Changelog Documentation Slack Community Pricing Examples