Reading Buses API V3.0.0
A C#, .net Standard Library for the Reading Buses Open Data API (https://reading-opendata.r2p.com/), available to use in your C# console, WPF, UWP or Win Form Applications.
ReadingBusesAPI.ErrorManagement.ErrorFormat Class Reference

Represents an error message object returned by all JSON feeds of the API. More...

Properties

bool Status [get, set]
 The status of the request, always false for failed. More...
 
long? Code [get, set]
 The status code of the error More...
 
string Message [get, set]
 The error message/ reason. More...
 

Detailed Description

Represents an error message object returned by all JSON feeds of the API.

Property Documentation

◆ Code

long? ReadingBusesAPI.ErrorManagement.ErrorFormat.Code
getset

The status code of the error

◆ Message

string ReadingBusesAPI.ErrorManagement.ErrorFormat.Message
getset

The error message/ reason.

◆ Status

bool ReadingBusesAPI.ErrorManagement.ErrorFormat.Status
getset

The status of the request, always false for failed.


The documentation for this class was generated from the following file: