Uses of Record Class
com.whatsapp.api.domain.webhook.Error
Packages that use Error
-
Uses of Error in com.whatsapp.api.domain.webhook
Methods in com.whatsapp.api.domain.webhook that return types with arguments of type ErrorModifier and TypeMethodDescriptionMessage.errors()
Returns the value of theerrors
record component.Status.errors()
Returns the value of theerrors
record component.Constructor parameters in com.whatsapp.api.domain.webhook with type arguments of type ErrorModifierConstructorDescriptionStatus
(String id, Conversation conversation, Pricing pricing, String recipientId, MessageStatus status, String timestamp, List<Error> errors) Creates an instance of aStatus
record class.