Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 795 Bytes

File metadata and controls

17 lines (12 loc) · 795 Bytes

openapi.model.LaunchInstance403ResponseError

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
code String The unique identifier for the type of error. [default to 'global/invalid-address']
message String A description of the error. [default to 'Your billing address is invalid.']
suggestion String One or more suggestions of possible ways to fix the error. [default to 'Make sure your billing address is valid. Contact Support if problems continue.']

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