| # This file was auto-generated by Fern from our API Definition. | |
| import typing_extensions | |
| from .error_details import ErrorDetailsParams | |
| class ErrorMessageParams(typing_extensions.TypedDict): | |
| error: ErrorDetailsParams | |
| """ | |
| Error details | |
| """ | |
| # This file was auto-generated by Fern from our API Definition. | |
| import typing_extensions | |
| from .error_details import ErrorDetailsParams | |
| class ErrorMessageParams(typing_extensions.TypedDict): | |
| error: ErrorDetailsParams | |
| """ | |
| Error details | |
| """ | |