responseCode | String HTTP status code to be returned to the caller. The response codes and phrases are defined in RFC 2616, Section 10. If you provide a value for responseCode that is not listed in RFC 2616, Section 10, you must also provide a value for reasonPhrase. |
reasonPhrase | String Optional. HTTP reason phrase to be returned to the caller. If no reason is provided, the default reason phrase associated with responseCode will be used. You must provide a reasonPhrase for any responseCode that is not listed in RFC 2616, Section 10 |