Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 686 Bytes

File metadata and controls

24 lines (17 loc) · 686 Bytes

StoreIntegrationError

Properties

Name Type Description Notes
statusCode number [optional] [default to undefined]
message string [optional] [default to undefined]
timestamp number [optional] [default to undefined]

Example

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

const instance: StoreIntegrationError = {
    statusCode,
    message,
    timestamp,
};

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