Method | Description | |
---|---|---|
Outcome ( PipelineResult pipelineResult ) |
Return a custom result.
|
|
Outcome ( int statusCode, string errorMessage ) |
Return an error with no ETag. Do not use for 200 OK.
|
public Outcome ( PipelineResult pipelineResult ) | ||
pipelineResult | PipelineResult |
public Outcome ( int statusCode, string errorMessage ) | ||
statusCode | int | |
errorMessage | string |