Expand description
Error subtypes for PolicySetError
Structs§
- Already
Defined - There was a duplicate
PolicyId
encountered in either the set of templates or the set of policies. - Expected
Static - Expected a static policy, but a template-linked policy was provided
- Expected
Template - Expected a template, but a static policy was provided.
- Json
Policy SetError - Error during JSON ser/de of the policy set (as opposed to individual policies)
- Link
Nonexistent Error - Error when unlinking a template-linked policy
- Linking
Error - Error when linking a template
- Policy
Nonexistent Error - Error when removing a static policy that doesn’t exist
- Remove
Template NotTemplate Error - Error when removing a template that is not a template
- Remove
Template With Active Links Error - Error when removing a template with active links
- Template
Nonexistent Error - Error when removing a template that doesn’t exist
- Unlink
Link NotLink Error - Error when removing a link that is not a link