Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 703 Bytes

File metadata and controls

22 lines (15 loc) · 703 Bytes

ExpiringTargetError

Properties

Name Type Description Notes
instructionIndex number The index of the PATCH instruction where the error occurred [default to undefined]
message string The error message related to a failed PATCH instruction [default to undefined]

Example

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

const instance: ExpiringTargetError = {
    instructionIndex,
    message,
};

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