C# 클래스 CryptidRest.Controllers.CandidateController.ApiError

Represents the API error json structure
파일 보기 프로젝트 열기: CryptidID/Cryptid

공개 메소드들

메소드 설명
ApiError ( string name, string msg ) : System

Creates a new ApiError instance

메소드 상세

ApiError() 공개 메소드

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
리턴 System