Uses of Record Class
software.amazon.lambda.durable.model.MapResult.MapError
Packages that use MapResult.MapError
-
Uses of MapResult.MapError in software.amazon.lambda.durable.model
Methods in software.amazon.lambda.durable.model that return MapResult.MapErrorModifier and TypeMethodDescriptionMapResult.MapResultItem.error()Returns the value of theerrorrecord component.MapResult.getError(int index) Returns the error at the given index, or null if that item succeeded or was not started.static MapResult.MapErrorMethods in software.amazon.lambda.durable.model that return types with arguments of type MapResult.MapErrorMethods in software.amazon.lambda.durable.model with parameters of type MapResult.MapErrorModifier and TypeMethodDescriptionstatic <T> MapResult.MapResultItem<T>MapResult.MapResultItem.failed(MapResult.MapError error) Creates a failed result item.Constructors in software.amazon.lambda.durable.model with parameters of type MapResult.MapErrorModifierConstructorDescriptionMapResultItem(MapResult.MapResultItem.Status status, T result, MapResult.MapError error) Creates an instance of aMapResultItemrecord class.