Uses of Class
org.apache.sling.api.resource.runtime.dto.FailureReason
-
Packages that use FailureReason Package Description org.apache.sling.api.resource.runtime.dto -
-
Uses of FailureReason in org.apache.sling.api.resource.runtime.dto
Fields in org.apache.sling.api.resource.runtime.dto declared as FailureReason Modifier and Type Field Description FailureReasonResourceProviderFailureDTO. reasonThe reason for the failure.Methods in org.apache.sling.api.resource.runtime.dto that return FailureReason Modifier and Type Method Description static FailureReasonFailureReason. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureReason[]FailureReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-