roqueform-external-errors-plugin - v0.0.3
    Preparing search index...

    Type Alias ExternalErrorAdapter<ExternalError, Error>

    ExternalErrorAdapter: (externalError: ExternalError) => Error | null | undefined

    A callback that receives an external error and returns an error that must be associated with the field. Or returns null if the external error must not be associated with the field.

    Type Parameters

    • ExternalError
    • Error

    Type declaration