Documentation

NativeBridgeError extends Message
in package

Native -> web: For reporting generic errors.

Generated from protobuf message plugnmeet.NativeBridgeError

Table of Contents

Properties

$context  : mixed
Generated from protobuf field <code>optional string context = 2;</code>
$msg  : mixed
Generated from protobuf field <code>string msg = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearContext()  : mixed
getContext()  : string
Generated from protobuf field <code>optional string context = 2;</code>
getMsg()  : string
Generated from protobuf field <code>string msg = 1;</code>
hasContext()  : mixed
setContext()  : $this
Generated from protobuf field <code>optional string context = 2;</code>
setMsg()  : $this
Generated from protobuf field <code>string msg = 1;</code>

Properties

$context

Generated from protobuf field <code>optional string context = 2;</code>

protected mixed $context = null

$msg

Generated from protobuf field <code>string msg = 1;</code>

protected mixed $msg = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $msg
@type string $context

}

getContext()

Generated from protobuf field <code>optional string context = 2;</code>

public getContext() : string
Return values
string

getMsg()

Generated from protobuf field <code>string msg = 1;</code>

public getMsg() : string
Return values
string

setContext()

Generated from protobuf field <code>optional string context = 2;</code>

public setContext(string $var) : $this
Parameters
$var : string
Return values
$this

setMsg()

Generated from protobuf field <code>string msg = 1;</code>

public setMsg(string $var) : $this
Parameters
$var : string
Return values
$this
On this page

Search results