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
Perform option validation before submitting a job request. Modules expect that options have the right values, otherwise unexpected things may happen. So option validation by the client is currently kind of part of the contract. There are two approaches:
A third approach is to make validation by the client optional, and always perform validation (again) in the framework (and return a HTTP 400 when validation failed).
Perform option validation before submitting a job request. Modules expect that options have the right values, otherwise unexpected things may happen. So option validation by the client is currently kind of part of the contract. There are two approaches:
A third approach is to make validation by the client optional, and always perform validation (again) in the framework (and return a HTTP 400 when validation failed).
Related: #19
The text was updated successfully, but these errors were encountered: