Skip to content

NewgroundsIO.objects.Error

PsychoGoldfishNG edited this page Aug 18, 2022 · 16 revisions

File: /objects/Error.cs
Extends: NewgroundsIO.BaseObject

Public Properties

code

Type: (int)
A code indication the error type.

message

Type: (string)
Contains details about the error.

Public Methods

Error

constructor Error()

clone

NewgroundsIO.objects.Error clone(NewgroundsIO.objects.Error cloneTo = null)

Clones the properties of this object to another (or new) object.

Parameters:

Returns NewgroundsIO.objects.Error
The object that was cloned to.

Clone this wiki locally