-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from zowe/messageManagement
Added Message Management for Message Guidance
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Message Management | ||
|
||
### Message ID Components (message prefixes) | ||
OMP | ||
ZWE | ||
|
||
### Zowe Components | ||
A - API Mediation Layer | ||
C - Zowe CLI | ||
D - Zowe Desktop | ||
E - Zowe Explorer | ||
S - Zowe System Services | ||
|
||
### Message Formats | ||
ZWEcnnnnt where: | ||
|
||
**ZWE** - static for Zowe messages. | ||
|
||
**c** - one of the registered Components ... (see above). Components need the ZLC to approve the use of the component to ensure consistency across all of the projects. | ||
|
||
**nnnn** - is a linear sequence starting from 0001 to 9999. Projects may choose to use the first digit to divide the number space. ** | ||
|
||
**t** - is a Type. One of (I, E, A, W) General conventions by IBM are **I**nform, **E**ventual Action (often construed as error), **A**ction, **W**arning or **S**evere error | ||
|
||
Messages should be sent to the doc-team and follow the general IBM format as described in Messages and Codes. |