If the database connection fails, the connection errormessage may be output.
当数据库连接失败时,会输出连接错误消息。
2
Look back at Listing 7 and notice that while errors are handled, it's only a very generic errormessage that is output to the user.
回头再来看一下清单7,并注意在对错误进行处理时,只将少数常见的错误消息输出给用户了。
3
For example, when working with HTML output, you might want to redisplay the input form; however, when working with SOAP output, you'd probably want to display an errormessage instead.