Package com.clevercloud.biscuit.error
Class LogicError
- java.lang.Object
-
- com.clevercloud.biscuit.error.LogicError
-
- Direct Known Subclasses:
LogicError.AuthorizerNotEmpty,LogicError.InvalidAmbientFact,LogicError.InvalidAuthorityFact,LogicError.InvalidBlockFact,LogicError.InvalidBlockRule,LogicError.NoMatchingPolicy,LogicError.Unauthorized
public class LogicError extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogicError.AuthorizerNotEmptystatic classLogicError.InvalidAmbientFactstatic classLogicError.InvalidAuthorityFactstatic classLogicError.InvalidBlockFactstatic classLogicError.InvalidBlockRulestatic classLogicError.MatchedPolicystatic classLogicError.NoMatchingPolicystatic classLogicError.Unauthorized
-
Constructor Summary
Constructors Constructor Description LogicError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vavr.control.Option<List<FailedCheck>>failed_checks()com.google.gson.JsonElementtoJson()
-
-
-
Method Detail
-
failed_checks
public io.vavr.control.Option<List<FailedCheck>> failed_checks()
-
toJson
public com.google.gson.JsonElement toJson()
-
-