Table of Contents

Class Error

Namespace
OpenServiceBroker.Errors
Assembly
OpenServiceBroker.Model.dll

An error response object.

public class Error : StatusBase
Inheritance
Error
Inherited Members
Extension Methods

Properties

ErrorCode

A single word in camel case that uniquely identifies the error condition. If present, MUST be a non-empty string.

[JsonProperty("error")]
public string ErrorCode { get; set; }

Property Value

string