Uses of Record Class
cloud.quasarch.akash.impl.model.remote.ErrorResponse.ErrorResponseDetails
Packages that use ErrorResponse.ErrorResponseDetails
-
Uses of ErrorResponse.ErrorResponseDetails in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return types with arguments of type ErrorResponse.ErrorResponseDetailsModifier and TypeMethodDescriptionErrorResponse.details()Returns the value of thedetailsrecord component.Constructor parameters in cloud.quasarch.akash.impl.model.remote with type arguments of type ErrorResponse.ErrorResponseDetailsModifierConstructorDescriptionErrorResponse(String error, Integer code, String message, Collection<ErrorResponse.ErrorResponseDetails> details) Creates an instance of aErrorResponserecord class.