public class ResponseHelpersPublic Class ResponseHelpers| ResponseHelpers | Initializes a new instance of the ResponseHelpers class |
| ExceptionResponseBuilderT(Exception, UInt32, UInt32) | This generates a Response of a given Type with the Error Code and Message filled in from the passed Exception |
| ExceptionResponseBuilderT(AlpacaErrors, String, UInt32, UInt32) | This generates a Response of a given Type with a custom message and Error Code |
| ExceptionResponseBuilderT(Exception, String, UInt32, UInt32) | This generates a Response of a given Type with the Error Code filled in from the passed Exception and a custom message |