C# 클래스 Spark.Core.Error

파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
BadRequest ( string message ) : SparkException
Create ( HttpStatusCode code, string message ) : SparkException
Internal ( string message ) : SparkException
NotAllowed ( string message ) : SparkException
NotFound ( IKey key ) : SparkException
NotFound ( string message ) : SparkException
NotSupported ( string message ) : SparkException

비공개 메소드들

메소드 설명
CreateValidationResult ( string details, IEnumerable location ) : Hl7.Fhir.Model.OperationOutcome.OperationOutcomeIssueComponent

메소드 상세

BadRequest() 공개 정적인 메소드

public static BadRequest ( string message ) : SparkException
message string
리턴 SparkException

Create() 공개 정적인 메소드

public static Create ( HttpStatusCode code, string message ) : SparkException
code HttpStatusCode
message string
리턴 SparkException

Internal() 공개 정적인 메소드

public static Internal ( string message ) : SparkException
message string
리턴 SparkException

NotAllowed() 공개 정적인 메소드

public static NotAllowed ( string message ) : SparkException
message string
리턴 SparkException

NotFound() 공개 정적인 메소드

public static NotFound ( IKey key ) : SparkException
key IKey
리턴 SparkException

NotFound() 공개 정적인 메소드

public static NotFound ( string message ) : SparkException
message string
리턴 SparkException

NotSupported() 공개 정적인 메소드

public static NotSupported ( string message ) : SparkException
message string
리턴 SparkException