forked from mercadopago/sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Federico Berasategui
committed
Nov 30, 2018
1 parent
f6cf87b
commit c5aa979
Showing
4 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Validations | ||
|
||
This SDK performs a before-request data validation to make sure your request does not violate certain rules or limits in the MercadoPago API. Things such as string length limits, numeric ranges, required fields, etc. are validated when calling `Save()` or `Update()` methods throughout the SDK, and might throw an exception with a detailed explanation of the validation error, instead of sending the request to the MP API and giving back and unfriendly, description-less HTTP 400 Bad Request response. | ||
|
||
This feature is not fully implemented in the official SDK at this moment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters