You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since no value was provided for middleName property, the next exception is thrown:
RESTFulSense.Models.Coordinations.Forms.Exceptions.FormCoordinationDependencyValidationException : Form coordination dependency validation error occurred, fix the errors and try again.
---- RESTFulSense.Models.Orchestrations.Forms.Exceptions.FormOrchestrationDependencyValidationException : Form orchestration dependency validation error occurred, fix the errors and try again.
-------- RESTFulSense.Models.Foundations.Forms.Exceptions.FormValidationException : Form validation error occurred, fix errors and try again.
------------ RESTFulSense.Models.Foundations.Forms.Exceptions.InvalidFormArgumentException : Invalid form arguments.Please fix the errors and try again.
Stack Trace:
at RESTFulSense.Services.Coordinations.Forms.FormCoordinationService.TryCatch(ReturningMultipartFormDataContentFunction returningMultipartFormDataContentFunction)
at RESTFulSense.Services.Coordinations.Forms.FormCoordinationService.ConvertToMultipartFormDataContent[T](T object)
at RESTFulSense.Clients.RESTFulApiFactoryClient.PostFormAsync[TContent, TResult](String relativeUrl, TContent content, CancellationToken cancellationToken)
// ...
The text was updated successfully, but these errors were encountered:
Catalin-Andronie
changed the title
Allow or skip nullable values to be part of the multipart form
Allow nullable value properties to be part of an multipart-form
May 11, 2023
Catalin-Andronie
changed the title
Allow nullable value properties to be part of an multipart-form
Allow nullable value properties to be skipped or be part on the multipart-form
May 13, 2023
Catalin-Andronie
changed the title
Allow nullable value properties to be skipped or be part on the multipart-form
FOUNDATIONS: Allow nullable value properties to be skipped or be part on the multipart-form
May 17, 2023
Currently we cannot construct a multipart-form for a model which has null or empty value properties.
Since no value was provided for
middleName
property, the next exception is thrown:The text was updated successfully, but these errors were encountered: