mygitphase's picture
Add files using upload-large-folder tool
5b6b230 verified
# This file was auto-generated by Fern from our API Definition.
import typing_extensions
from .error_details2 import ErrorDetails2Params
class ErrorMessage2Params(typing_extensions.TypedDict):
error: ErrorDetails2Params
"""
Error details
"""