Interface IInternalServerError<TType>
An interface for responses of type
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IInternalServerError<TType> : IApiResponse
Type Parameters
Methods
View Source
InternalServerError()
Deserializes the response if the response is InternalServerError
Declaration
TType InternalServerError()
Returns
View Source
TryInternalServerError(out TType?)
Returns true if the response is InternalServerError and the deserialized response is not null
Declaration
bool TryInternalServerError(out TType? result)
Parameters
| Type |
Name |
Description |
| TType |
result |
|
Returns