Result

public struct Result

Result of the Policy Evaluator execution.

  • Return if all policies were evaluated successfully.

    Declaration

    Swift

    public internal(set) var comply: Bool { get }

    Return Value

    true, if all Policies are complying, false if any policy fail.

  • Return the Policy that fail to comply.

    Declaration

    Swift

    public internal(set) var nonCompliancePolicy: FRAPolicy? { get }

    Return Value

    The Policy object.