Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 177 Bytes

File metadata and controls

10 lines (8 loc) · 177 Bytes

Handling Errors

import runpod

try:
    # Use runpod to make a request
except runpod.error.AuthenticationError as err:
    # Authentication with the API failed