Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 674 Bytes

File metadata and controls

17 lines (12 loc) · 674 Bytes

openapi.model.ApiErrorLaunchResourceNotFound

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/object-does-not-exist']
message String The resource the API was unable to find.
suggestion String One or more suggestions of possible ways to fix the error.

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