public class RequestError
Collection of server errors
Namespace
Google.Apis.RequestsAssembly
Google.Apis.Core.dll
Properties
Code
public int Code { get; set; }
The error code returned
Property Value | |
---|---|
Type | Description |
Int32 |
ErrorResponseContent
public string ErrorResponseContent { get; set; }
The full content of the error response that this instance was created from.
Property Value | |
---|---|
Type | Description |
String |
The response may contain custom information that is not represented by any of the properties in RequestError.
Errors
public IList<SingleError> Errors { get; set; }
Contains a list of all errors
Property Value | |
---|---|
Type | Description |
IList<SingleError> |
Message
public string Message { get; set; }
The error message returned
Property Value | |
---|---|
Type | Description |
String |
Methods
ToString()
public override string ToString()
Returns a string summary of this error
Returns | |
---|---|
Type | Description |
String | A string summary of this error |