Interface InsufficientScopeError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
InsufficientScopeErrorImpl

public interface InsufficientScopeError extends ErrorObject
InsufficientScopeError
Example to create an instance using the builder pattern

     InsufficientScopeError insufficientScopeError = InsufficientScopeError.builder()
             .message("{message}")
             .build()