Skip to content

feat: Added logs to validation errors (#109)#110

Open
albertocsouto wants to merge 1 commit intomainfrom
109-add-error-logs
Open

feat: Added logs to validation errors (#109)#110
albertocsouto wants to merge 1 commit intomainfrom
109-add-error-logs

Conversation

@albertocsouto
Copy link
Contributor

@albertocsouto albertocsouto commented Apr 25, 2025

Not the fanciest solution, but it makes my life easier when working with this code.

Some samples

=DEBUG REPORT==== 25-Apr-2025::14:13:02.352878 ===
$.properties.idCliente.type : Value is not a string
=DEBUG REPORT==== 25-Apr-2025::14:11:35.920363 ===
$.properties.concepto.maximum : Number is not lower or equal to 5
=DEBUG REPORT==== 25-Apr-2025::14:11:35.920690 ===
Property validation failed for xx_openapi_datos_transferencia
=DEBUG REPORT==== 25-Apr-2025::14:12:06.629775 ===
$ : Value is not one in the enum
=DEBUG REPORT==== 25-Apr-2025::14:12:06.630316 ===
Property validation failed for xx_openapi_tipo_operacion
=DEBUG REPORT==== 25-Apr-2025::14:12:06.630599 ===
Property validation failed for xx_openapi_solicitud_firma_request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant