VehicleInformationServiceRegisterError Method |
OFV Kjøretøydata service
Register an error in application/service
- mail will be sent to provider/owner of service.
Namespace:
OfvVehicleData.Service
Assembly:
OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DTO RegisterError(
UserDTO user,
int vehicleGroup,
string messageFromUser,
string javascriptError,
string url,
string browser,
string browserProduser,
string platform,
string language,
string screenSize,
string viewSize,
string browserFunctions,
string format
)
Parameters
- user
- Type: OfvService.DTO.LoginUserDTO
UserDTO - vehicleGroup
- Type: SystemInt32
Vehiclegroup code defines which group to work with. - messageFromUser
- Type: SystemString
Message from user. - javascriptError
- Type: SystemString
Any javascript error. - url
- Type: SystemString
URL where error is registrated. - browser
- Type: SystemString
What browser runs the user. - browserProduser
- Type: SystemString
Who made the browser. - platform
- Type: SystemString
What platform runs the user. - language
- Type: SystemString
The language. - screenSize
- Type: SystemString
Size of the screen. - viewSize
- Type: SystemString
Size of the browserview (viewport). - browserFunctions
- Type: SystemString
What functions is set on the browser used. - format
- Type: SystemString
json/xml - which format result will be delivered in.
Return Value
Type:
DTO[Missing <returns> documentation for "M:OfvVehicleData.Service.VehicleInformationService.RegisterError(OfvService.DTO.Login.UserDTO,System.Int32,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]
See Also