writeErrorMessage() — netty Function Reference
Architecture documentation for the writeErrorMessage() function in RedisEncoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d3283717_b71b_820d_0a7b_31fad0d196a6["writeErrorMessage()"] 917d8b11_c533_469c_d2a7_d3500be572e6["RedisEncoder"] d3283717_b71b_820d_0a7b_31fad0d196a6 -->|defined in| 917d8b11_c533_469c_d2a7_d3500be572e6 709fcc53_354a_bc98_e002_ecd01cc6fa7a["writeRedisMessage()"] 709fcc53_354a_bc98_e002_ecd01cc6fa7a -->|calls| d3283717_b71b_820d_0a7b_31fad0d196a6 9cfa89c5_4111_f664_9191_569db515739e["writeString()"] d3283717_b71b_820d_0a7b_31fad0d196a6 -->|calls| 9cfa89c5_4111_f664_9191_569db515739e style d3283717_b71b_820d_0a7b_31fad0d196a6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-redis/src/main/java/io/netty/handler/codec/redis/RedisEncoder.java lines 99–101
private static void writeErrorMessage(ByteBufAllocator allocator, ErrorRedisMessage msg, List<Object> out) {
writeString(allocator, RedisMessageType.ERROR, msg.content(), out);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does writeErrorMessage() do?
writeErrorMessage() is a function in the netty codebase, defined in codec-redis/src/main/java/io/netty/handler/codec/redis/RedisEncoder.java.
Where is writeErrorMessage() defined?
writeErrorMessage() is defined in codec-redis/src/main/java/io/netty/handler/codec/redis/RedisEncoder.java at line 99.
What does writeErrorMessage() call?
writeErrorMessage() calls 1 function(s): writeString.
What calls writeErrorMessage()?
writeErrorMessage() is called by 1 function(s): writeRedisMessage.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free