Interface InvalidScopeError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
InvalidScopeErrorImpl

public interface InvalidScopeError extends ErrorObject

The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.


Example to create an instance using the builder pattern

     InvalidScopeError invalidScopeError = InvalidScopeError.builder()
             .message("{message}")
             .build()