All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.yazantarifi.websocketmanager.errors.SocketManagerErrorMessagesManager.kt Maven / Gradle / Ivy

There is a newer version: 0.13-alpha
Show newest version
package com.yazantarifi.websocketmanager.errors

object SocketManagerErrorMessagesManager {
    const val ERROR_SDK_INIT = "Socket Manager SDK Configuration Setup Not Completed ... "
    const val ERROR_SDK_CONNECTION = "Socket Manager SDK - Connection Failed ... "
    const val ERROR_SDK_VALIDATION = "Socket Manager SDK - build Method in Client Manager not Called in Initialization Step"
    const val ERROR_SDK_INVALID_LINK = "Socket Manager SDK - Invalid Url to Connect"
    const val ERROR_SDK_INVALID_TRSNSPORT = "Socket Manager SDK - Invalid transport, this type is not supported"
    const val ERROR_SDK_NOT_CONNECTED = "Socket Manager SDK - This Function Should not be Called before Socket Connected"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy