Share via


OperationResponse Class

Definition

Operation response base class

public abstract class OperationResponse
type OperationResponse = class
Public MustInherit Class OperationResponse
Inheritance
OperationResponse
Derived

Properties

Error

Gets error thrown by the operation.

Headers

When overridden in a derived class, contains the HTTP response headers associated with a single operation.

StatusCode

When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.

Applies to