Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types/bluedot

Index

Type aliases

BluedotErrorType

BluedotErrorType: ValidationError | NetworkRetriesExceededError | UnexpectedServerError | InvalidInputTypeError | RequiredValueMissingError | SdkNotInitializedError | ProjectIdNotFoundError | NotFoundError | InterruptedByResetError | LocationAPINotAvailableError | RetryAttemptFailedError

The generic error type that encompasses all custom errors

HelloEventType

HelloEventType: "arrival" | "onTheWay" | undefined

NotificationType

NotificationType: "wave"

RetryCallback

RetryCallback: (error: RetryAttemptFailedErrorObject) => void

A retry callback can be used to receive any warnings caused by a failure to complete an action while the retry behavior of the function is still in progress. For each retry an new call will be made to RetryCallback returning the retry count and the error which caused the retry

Type declaration

Generated using TypeDoc