RangeError

public enum RangeError : Error

Defines the error cases that can occur while calculating range.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Occurs when the range calculation has been cancelled.

    Declaration

    Swift

    case requestCancelled
  • Occurs when map access has not been granted.

    Declaration

    Swift

    case mapInaccessible
  • General error

    Declaration

    Swift

    case internalError