Package org.signal.libsignal.net
Interface BadRequestError
-
- All Implemented Interfaces:
public interface BadRequestErrorMarker interface for business logic errors returned by typed APIs.
All API-specific error types must implement this interface. Errors can implement multiple specific error interfaces to indicate they may be returned by multiple APIs.
Example:
sealed interface AciByUsernameFetchError : BadRequestError object UserNotFound : AciByUsernameFetchError