Home > mui-country-code-selector > CCSelectorState > errorHandler
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An external error handler function to which the error message is forwarded.
Signature:
errorHandler: ((error: string) => void) | undefined;