Table of Contents

Class DataTypes.SocketIOErrorPayload

Namespace
Firesplash.GameDevAssets.SocketIOPlus
Assembly
Firesplash.GameDevAssets.SocketIOPlus.dll

A Payload template to mimic JS "Error" events. Error messages are contained in the "message" property

[Serializable]
public class DataTypes.SocketIOErrorPayload
Inheritance
DataTypes.SocketIOErrorPayload

Constructors

SocketIOErrorPayload(string)

Creates a payload template to mimic JS "Error" events

public SocketIOErrorPayload(string message)

Parameters

message string

The message contained in the object

Fields

message

public string message

Field Value

string