request
  • dataSet
    • computeDataSet
    • getDataSetPage
  • quiz
    • addQuiz
    • getQuiz
    • getQuizAttribute
    • getQuizSet
  • result
    • getResults
  • user
    • getUser
    • getUserAttribute
    • getUserGroupSet
    • getUserSet
model
  • dataSet
    • DataSetPage
  • exception
    • JllmAPIException
    • subtypes
      • BadParameter
      • InternalServerError
      • MissingParameter
      • UnauthorizedOperation
      • UnexpectedServerResponse
      • UnsupportedRequest
  • item
    • Item
    • ItemAttribute
    • subtypes
      • ComputedResult
      • Quiz
      • User
      • UserGroup
  • question
    • Question
    • subtypes
      • FreeAnswerNumber
      • FreeAnswerText
      • MCQOneGoodAnswer
      • MCQSeveralGoodAnswers
      • TrueFalse

UnauthorizedOperationException

Thrown by the JLLM API when the user does not have the appropriate permission(s) to perform the requested operation.

Supertype

JllmAPIException

Subtypes

None

JSON Representation

{
    "type" : "UnauthorizedOperationException",
    "message" : string,
    ("operation" : string,)
    "reason" : string 
}

Fields description

See JllmAPIException for a general description of the inherited fields type and message.

Field Meaning Constraints
operation The name of the denied operation. Optional.
reason A description of API item(s) requiring appropriate permission(s).