Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 797 Bytes

ErrorLimit.md

File metadata and controls

13 lines (9 loc) · 797 Bytes

ErrorLimit

Properties

Name Type Description Notes
RetryAfterSec int32 Number of seconds to wait before attempting a similar request [default to null]
Code string Short identifier for the error, suitable for indicating the specific error within client code [default to null]
Message string Human-readable, English description of the error [optional] [default to null]
Fields []ErrorField List of the specific fields, and the errors found with their contents [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]