C# Class CryptidRest.Controllers.CandidateController.ApiError

Represents the API error json structure
Mostra file Open project: CryptidID/Cryptid

Public Methods

Method Description
ApiError ( string name, string msg ) : System

Creates a new ApiError instance

Method Details

ApiError() public method

Creates a new ApiError instance
public ApiError ( string name, string msg ) : System
name string The name of this error
msg string The message for this error
return System