Interface MKGeoComplyError

GeoComply Controller error object.

code is always in the form 4-100-<n>. <n> is either a raw GcHtml5 authorize()/verify() error code, or one of a small set of plugin codes: 100 (unknown or KSS failure), 101 (location token missing, invalid, or expired), 102 (GeoComply not configured), 103 (location permission not granted), or 105 (proxy/VPN detected).

troubleshooter, when present, is GeoComply's own suggested remediation for the user.

Hierarchy

  • MKGeoComplyError

Properties

code: string | number
message: string
timestamp: number
troubleshooter?: {
    message: string;
    retry: number;
}[]

Type declaration

  • message: string
  • retry: number