lemesdaniel's picture
Upload folder using huggingface_hub
e00b837 verified
# This file was auto-generated by Fern from our API Definition.
import typing
from ..core.api_error import ApiError
class InternalServerError(ApiError):
def __init__(self, body: typing.Any):
super().__init__(status_code=500, body=body)