Problems with chr

Official Description

6.6.6.3 For chr(x), the function returns a result of char-type that is the value whose ordinal number is equal to the value of the expression x if such a character value exists. It is an error if such a character value does not exist.

Error Handling

This error is always reported.