statusCode = $code; } /** * Get the error response code from the service * * @return string|null */ public function getStatusCode() { return $this->statusCode; } }