• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

Class KinveyJsonError

Kinvey json error.

Inheritance
System.Object
KinveyJsonError
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class KinveyJsonError : object

Properties

| Improve this Doc View Source

Debug

Gets or sets the debug message of the error.

Declaration
public string Debug { get; set; }
Property Value
Type Description
System.String

The debug.

| Improve this Doc View Source

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

| Improve this Doc View Source

Error

Gets or sets the error.

Declaration
public string Error { get; set; }
Property Value
Type Description
System.String

The error.

| Improve this Doc View Source

RequestID

Gets or sets the request ID that generated this JSON error.

Declaration
public string RequestID { get; set; }
Property Value
Type Description
System.String

The Kinvey request ID.

Methods

| Improve this Doc View Source

parse(HttpResponseMessage)

Parses the specified response into an error.

Declaration
public static KinveyJsonError parse(HttpResponseMessage response)
Parameters
Type Name Description
HttpResponseMessage response

Http response.

Returns
Type Description
KinveyJsonError

Kinvey json error.

  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy