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

JllmAPIException

Models an exception thrown by the JLLM API.

Supertype

None

Subtypes

BadParameterExceptionInternalServerErrorMissingParameterExceptionUnauthorizedOperationExceptionUnexpectedServerResponseExceptionUnsupportedRequestException

JSON Representation

{
    "type" : "JllmAPIException",
    "message" : string
}

Fields description

Field Meaning Constraints
type The exception type
message A human-readable message (in english) gathering some details about the exception.