C# Class Spark.Core.Error

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateValidationResult ( string details, IEnumerable location ) : Hl7.Fhir.Model.OperationOutcome.OperationOutcomeIssueComponent

Method Details

BadRequest() public static méthode

public static BadRequest ( string message ) : SparkException
message string
Résultat SparkException

Create() public static méthode

public static Create ( HttpStatusCode code, string message ) : SparkException
code HttpStatusCode
message string
Résultat SparkException

Internal() public static méthode

public static Internal ( string message ) : SparkException
message string
Résultat SparkException

NotAllowed() public static méthode

public static NotAllowed ( string message ) : SparkException
message string
Résultat SparkException

NotFound() public static méthode

public static NotFound ( IKey key ) : SparkException
key IKey
Résultat SparkException

NotFound() public static méthode

public static NotFound ( string message ) : SparkException
message string
Résultat SparkException

NotSupported() public static méthode

public static NotSupported ( string message ) : SparkException
message string
Résultat SparkException