SearchFailure
Failure that can occur during search operations.
Parameters
Error message providing more context about the failure.
Indicates whether the failed operation can be retried. For example, transient server errors (5xx) and rate limiting (429) are typically retryable, while client errors (4xx) are not. Defaults to false.
Inheritors
Types
Failure related to problems with the API key used for authentication.
Failure due to invalid or incorrect input parameters.
Failure when a search request is cancelled.
Contains the default values for the SearchFailure class.
Failure due to unsuccessful deserialization of an online JSON response.
Failure where an online REST API call returned an unexpected HTTP status code.
Failure caused by a network-related issue.
Failure related to issues with the offline map data.
Functions
Returns a string representation of the SearchFailure instance.