Package dev. inmo. tgbotapi. bot. exceptions
          Types
CommonRequestException
                          
                    Link copied to clipboard
                        class CommonRequestException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
InvalidPhotoDimensionsException
                          
                    Link copied to clipboard
                        class InvalidPhotoDimensionsException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
MessageIsNotModifiedException
                          
                    Link copied to clipboard
                        class MessageIsNotModifiedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
MessageToEditNotFoundException
                          
                    Link copied to clipboard
                        class MessageToEditNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
ReplyMessageNotFoundException
                          
                    Link copied to clipboard
                        class ReplyMessageNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
RequestException
                          
                    Link copied to clipboard
                        TooMuchRequestsException
                          
                    Link copied to clipboard
                        class TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
UnauthorizedException
                          
                    Link copied to clipboard
                        class UnauthorizedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
WrongFileIdentifierException
                          
                    Link copied to clipboard
                        class WrongFileIdentifierException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Content copied to clipboard
Functions
newRequestException
                          
                    Link copied to clipboard
                        fun newRequestException(response: Response, plainAnswer: String, message: String? = null, cause: Throwable? = null): RequestException
Content copied to clipboard