| # 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 | |
| """ | |
| # 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 | |
| """ | |