Ejemplo n.º 1
0
 public RestRequestException(UnityEditor.RestService.HttpStatusCode httpStatusCode, string restErrorString, string restErrorDescription)
 {
     this.HttpStatusCode       = httpStatusCode;
     this.RestErrorString      = restErrorString;
     this.RestErrorDescription = restErrorDescription;
 }
Ejemplo n.º 2
0
 public RestRequestException(UnityEditor.RestService.HttpStatusCode httpStatusCode, string restErrorString) : this(httpStatusCode, restErrorString, null)
 {
 }