Uses of Class
com.azure.mixedreality.remoterendering.models.RemoteRenderingServiceError
Packages that use RemoteRenderingServiceError
Package
Description
This package contains model classes for the Remote Rendering project.
-
Uses of RemoteRenderingServiceError in com.azure.mixedreality.remoterendering.models
Methods in com.azure.mixedreality.remoterendering.models that return RemoteRenderingServiceErrorModifier and TypeMethodDescriptionAssetConversion.getError()Get the error property: The error object containing details about the conversion failure.RenderingSession.getError()Get the error property: The error object containing details about the rendering session startup failure.RemoteRenderingServiceError.getInnerError()Get the innerError property: An object containing more specific information than the current object about the error.Methods in com.azure.mixedreality.remoterendering.models that return types with arguments of type RemoteRenderingServiceErrorModifier and TypeMethodDescriptionRemoteRenderingServiceError.listRootErrors()List of errors that led to this reported error.Constructors in com.azure.mixedreality.remoterendering.models with parameters of type RemoteRenderingServiceErrorModifierConstructorDescriptionAssetConversion(String id, AssetConversionOptions options, String outputAssetUrl, RemoteRenderingServiceError error, AssetConversionStatus conversionStatus, OffsetDateTime creationTime) Constructs a new AssetConversion object.RemoteRenderingServiceError(String code, String message, String target, RemoteRenderingServiceError innerError, List<RemoteRenderingServiceError> rootErrors) Constructs a new RemoteRenderingServiceError object.RenderingSession(String id, int arrInspectorPort, int handshakePort, Duration elapsedTime, String hostname, Duration maxLeaseTime, RenderingSessionSize sessionSize, RenderingSessionStatus sessionStatus, float teraflops, RemoteRenderingServiceError error, OffsetDateTime creationTime) Constructs a new RenderingSession object.Constructor parameters in com.azure.mixedreality.remoterendering.models with type arguments of type RemoteRenderingServiceErrorModifierConstructorDescriptionRemoteRenderingServiceError(String code, String message, String target, RemoteRenderingServiceError innerError, List<RemoteRenderingServiceError> rootErrors) Constructs a new RemoteRenderingServiceError object.