Currently the Error result used to generate a BadRequest result is called Error result. This is confusing as when the user does something like return new ErrorResult() there is no easy way to know what status code is going to generate, and since this action result specifies a specific action result, it should be named after that.
Comments: It was ErrorMessageResult
Comments: It was ErrorMessageResult