Skip to content

@lands.io/mod-sdk / LobbyRpcError

Interface: LobbyRpcError

Table of contents

Properties

Properties

message

message: string


statusCode

Optional statusCode: number


Source Code

View full implementation
export interface LobbyRpcError {
  message: string;
  statusCode?: number;
}