/AWS1/CL_IOIUPDATEVEHICLEERROR¶
An HTTP error resulting from updating the description for a vehicle.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_vehiclename TYPE /AWS1/IOIVEHICLENAME /AWS1/IOIVEHICLENAME¶
The ID of the vehicle with the error.
iv_code TYPE /AWS1/IOINUMBER /AWS1/IOINUMBER¶
The relevant HTTP error code (400+).
iv_message TYPE /AWS1/IOISTRING /AWS1/IOISTRING¶
A message associated with the error.
Queryable Attributes¶
vehicleName¶
The ID of the vehicle with the error.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_VEHICLENAME() | 
Getter for VEHICLENAME, with configurable default | 
ASK_VEHICLENAME() | 
Getter for VEHICLENAME w/ exceptions if field has no value | 
HAS_VEHICLENAME() | 
Determine if VEHICLENAME has a value | 
code¶
The relevant HTTP error code (400+).
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_CODE() | 
Getter for CODE | 
message¶
A message associated with the error.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_MESSAGE() | 
Getter for MESSAGE, with configurable default | 
ASK_MESSAGE() | 
Getter for MESSAGE w/ exceptions if field has no value | 
HAS_MESSAGE() | 
Determine if MESSAGE has a value | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UPDATEVEHICLEERRORS¶
TYPES TT_UPDATEVEHICLEERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOIUPDATEVEHICLEERROR WITH DEFAULT KEY
.