LoadHandler_OnLoadError_args

Constructors

Link copied to clipboard
constructor()
constructor(bid: Int, frame: RObject, errorCode: Int, errorText: String, failedUrl: String)
Performs a deep copy on other.

Types

Link copied to clipboard
enum _Fields : TFieldIdEnum
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

Properties

Link copied to clipboard
open var bid: Int
Link copied to clipboard
open var errorCode: Int
Link copied to clipboard
open var errorText: String
Link copied to clipboard
open var failedUrl: String
Link copied to clipboard
open var frame: RObject
Link copied to clipboard

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getBid(): Int
Link copied to clipboard
open fun getErrorCode(): Int
Link copied to clipboard
open fun getErrorText(): String
Link copied to clipboard
open fun getFailedUrl(): String
Link copied to clipboard
open fun getFrame(): RObject
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetBid(): Boolean
Returns true if field bid is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field errorCode is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field errorText is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field failedUrl is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetFrame(): Boolean
Returns true if field frame is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun read(iprot: TProtocol)
Link copied to clipboard
Link copied to clipboard
open fun setBidIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setErrorCodeIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setErrorTextIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setFailedUrlIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setFrameIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetBid()
Link copied to clipboard
open fun unsetErrorCode()
Link copied to clipboard
open fun unsetErrorText()
Link copied to clipboard
open fun unsetFailedUrl()
Link copied to clipboard
open fun unsetFrame()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)