C# Class OpenSphericalCamera.Error

Exibir arquivo Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity Class Usage Examples

Public Properties

Property Type Description
code string
message string
meta ErrorMeta

Public Methods

Method Description
Error ( ) : System.Collections
Error ( string json ) : System.Collections
Parse ( string json ) : Error

Method Details

Error() public method

public Error ( ) : System.Collections
return System.Collections

Error() public method

public Error ( string json ) : System.Collections
json string
return System.Collections

Parse() public static method

public static Parse ( string json ) : Error
json string
return Error

Property Details

code public_oe property

public string code
return string

message public_oe property

public string message
return string

meta public_oe property

public ErrorMeta,OpenSphericalCamera meta
return ErrorMeta