Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

File metadata and controls

16 lines (11 loc) · 1.03 KB

InlineObject2

Properties

Name Type Description Notes
error String Human-readable error message suitable for end-user display.
code Code Machine-readable error code. Stable across versions. (enum: PAYMENT_REQUIRED)
reason Reason Discriminator for which gate fired. (enum: free_tier_exceeded, twitter_passthrough, enterprise_required)
documentation_url Option<String> Link to the relevant documentation page. [optional]
dashboard_url Option<String> Deep-link to send the end-user to. For free_tier_exceeded and twitter_passthrough this is the Zernio billing tab. For enterprise_required this is the Zernio enterprise contact page. [optional]
details Option<models::InlineObject2Details> [optional]

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