CatalogSyncError Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. CatalogSyncError
- com.
Implements
public final class CatalogSyncError
implements JsonSerializable<CatalogSyncError>
An individual synchronization error.
Constructor Summary
| Constructor | Description |
|---|---|
| CatalogSyncError() |
Creates an instance of Catalog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Catalog |
errorDetails()
Get the error |
|
static
Catalog |
fromJson(JsonReader jsonReader)
Reads an instance of Catalog |
| String |
path()
Get the path property: The path of the file the error is associated with. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CatalogSyncError
public CatalogSyncError()
Creates an instance of CatalogSyncError class.
Method Details
errorDetails
public List<CatalogErrorDetails> errorDetails()
Get the errorDetails property: Errors associated with the file.
Returns:
fromJson
public static CatalogSyncError fromJson(JsonReader jsonReader)
Reads an instance of CatalogSyncError from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path of the file the error is associated with.
Returns:
toJson
validate
public void validate()
Validates the instance.