Hi, we started to implement smartfields and noted that the error message is always the same. Is noticeable in the examples

And this is the event object of a pan number input errored:
{
autofilled: false
brand: undefined
complete: false
element: "number"
empty: false
error: {
code: 3
message: "El código de seguridad no es corrector."
param: "cvv"
}
}
`