Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 620 Bytes

File metadata and controls

22 lines (15 loc) · 620 Bytes

RateLimitedErrorRep

Properties

Name Type Description Notes
code string Specific error code encountered [default to undefined]
message string Description of the error [default to undefined]

Example

import { RateLimitedErrorRep } from 'launchdarkly-api-typescript';

const instance: RateLimitedErrorRep = {
    code,
    message,
};

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