SnapCar.Error
Error object that is created upon errors such as a wrong API call.
Table of Contents
- Properties
Constructor
SnapCar.Error
(
-
type
-
message
-
description
Parameters:
-
type
StringThe type of error.
-
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.