Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 635 Bytes

File metadata and controls

22 lines (15 loc) · 635 Bytes

MethodNotAllowedErrorRep

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 { MethodNotAllowedErrorRep } from 'launchdarkly-api-typescript';

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

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