azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.ingestion...

65 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.monitor.ingestion.models.LogsUploadError"
fullName: "com.azure.monitor.ingestion.models.LogsUploadError"
name: "LogsUploadError"
nameWithType: "LogsUploadError"
summary: "The model representing the error and the associated logs that failed when uploading a subset of logs to Azure Monitor."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **LogsUploadError**"
constructors:
- uid: "com.azure.monitor.ingestion.models.LogsUploadError.LogsUploadError(com.azure.core.exception.HttpResponseException,java.util.List<java.lang.Object>)"
fullName: "com.azure.monitor.ingestion.models.LogsUploadError.LogsUploadError(HttpResponseException responseException, List<Object> failedLogs)"
name: "LogsUploadError(HttpResponseException responseException, List<Object> failedLogs)"
nameWithType: "LogsUploadError.LogsUploadError(HttpResponseException responseException, List<Object> failedLogs)"
summary: "Creates an instance of error."
parameters:
- description: "the response exception containing the error details returned by the service."
name: "responseException"
type: "<xref href=\"com.azure.core.exception.HttpResponseException?alt=com.azure.core.exception.HttpResponseException&text=HttpResponseException\" data-throw-if-not-resolved=\"False\" />"
- description: "the logs that failed to upload."
name: "failedLogs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public LogsUploadError(HttpResponseException responseException, List<Object> failedLogs)"
desc: "Creates an instance of error."
methods:
- uid: "com.azure.monitor.ingestion.models.LogsUploadError.getFailedLogs()"
fullName: "com.azure.monitor.ingestion.models.LogsUploadError.getFailedLogs()"
name: "getFailedLogs()"
nameWithType: "LogsUploadError.getFailedLogs()"
summary: "Returns the logs that failed to upload."
syntax: "public List<Object> getFailedLogs()"
desc: "Returns the logs that failed to upload."
returns:
description: "the logs that failed to upload."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.monitor.ingestion.models.LogsUploadError.getResponseException()"
fullName: "com.azure.monitor.ingestion.models.LogsUploadError.getResponseException()"
name: "getResponseException()"
nameWithType: "LogsUploadError.getResponseException()"
summary: "Returns the response error containing the error details returned by the service."
syntax: "public HttpResponseException getResponseException()"
desc: "Returns the response error containing the error details returned by the service."
returns:
description: "the response error containing the error details returned by the service."
type: "<xref href=\"com.azure.core.exception.HttpResponseException?alt=com.azure.core.exception.HttpResponseException&text=HttpResponseException\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The model representing the error and the associated logs that failed when uploading a subset of logs to Azure Monitor."
metadata: {}
package: "com.azure.monitor.ingestion.models"
artifact: com.azure:azure-monitor-ingestion:1.2.4