Skip to content

Commit

Permalink
Merge pull request #75 from zowe/messageManagement
Browse files Browse the repository at this point in the history
Added Message Management for Message Guidance
  • Loading branch information
hogstrom authored Jan 30, 2019
2 parents 5f8535c + 157db18 commit 2f1ef1d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions process/messageManagement.md
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.

0 comments on commit 2f1ef1d

Please sign in to comment.