StorageSyncApiError Class

Definition

Error type

public class StorageSyncApiError
type StorageSyncApiError = class
Public Class StorageSyncApiError
Inheritance
StorageSyncApiError

Constructors

StorageSyncApiError()

Initializes a new instance of the StorageSyncApiError class.

StorageSyncApiError(String, String, String, StorageSyncErrorDetails, StorageSyncInnerErrorDetails)

Initializes a new instance of the StorageSyncApiError class.

Properties

Code

Gets or sets error code of the given entry.

Details

Gets or sets error details of the given entry.

Innererror

Gets or sets inner error details of the given entry.

Message

Gets or sets error message of the given entry.

Target

Gets or sets target of the given error entry.

Applies to