SnapCar.InvalidParametersError
Extends SnapCar.Error
Represents an error created when trying to make API calls with invalid parameters.
Table of Contents
- Properties
Constructor
SnapCar.InvalidParametersError
(
-
message
-
description
Parameters:
-
message
StringA key which defines more precisely the type of error.
-
description
StringA human readable text describing the error. Not to be displayed to the user.
Properties
description
String
const
A human readable text describing the error. Not to be displayed to the user.
message
String
const
A key which defines more precisely the type of error.
type
String
const
The type of error.