Handling errors Flashcards

1
Q

Externally generated error messages

A

the external environment, such as a language interpreter, handles the error and constructs its own message,
whose contents are not under direct control by the programmer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Self generated messages

A

the source code explicitly constructs the error message and delivers it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

security warning

A

Automatically generated error messages may include sensitive information about their environment, users, or associated data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Flask error handling

A

Flask allows for custom error pages in which we can define our own error messages and therefore help
prevent information leakage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly