# This file was auto-generated by Fern from our API Definition. import typing_extensions class ErrorDataParams(typing_extensions.TypedDict): error: str """ Error message """ code: str """ Error code """