C# Class CryptidRest.Controllers.CandidateController.ApiError

Represents the API error json structure
Afficher le fichier Open project: CryptidID/Cryptid

Méthodes publiques

Méthode Description
ApiError ( string name, string msg ) : System

Creates a new ApiError instance

Method Details

ApiError() public méthode

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
Résultat System