Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 645 Bytes

GetLinks404ResponseError.md

File metadata and controls

17 lines (12 loc) · 645 Bytes

dub.model.GetLinks404ResponseError

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
code String A short code indicating the error code returned.
message String A human readable explanation of what went wrong.
docUrl String A link to our documentation with more details about this error code [optional]

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