Documentation of eduGAIN database access API

Method: validator_warnings

Description:

Show validator codes and corresponding messages. The codes correspond to bit numbers, therefore to map them to valkues shown in entity details one needs to shift 1 lest by the number shown in the code and then binary mask it with the number provided by entity details validator_status value.

Supported formats: json, print_r

Arguments used:

format (optional)
default: json
allowed values: any supported format

Returns:
pairs (code, description string)

Show full action list