ReferenceClicknium Python APIExceptionsArgumentErrorOn this pageArgumentErrorextends: BaseErrorArgumentError is raised when at least one of the arguments provided to a method is not valid.messagestacktracemessagetype: strMessage of the exception.stacktracetype: strA string representing all the calls prior to the function that raised the exception.